PHP 7.4.33
Preview: async.js Size: 585 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/tinyglobby/node_modules/fdir/dist/api/async.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.callback = exports.promise = void 0;
const walker_1 = require("./walker");
function promise(root, options) {
    return new Promise((resolve, reject) => {
        callback(root, options, (err, output) => {
            if (err)
                return reject(err);
            resolve(output);
        });
    });
}
exports.promise = promise;
function callback(root, options, callback) {
    let walker = new walker_1.Walker(root, options, callback);
    walker.start();
}
exports.callback = callback;

Directory Contents

Dirs: 1 × Files: 10
Name Size Perms Modified Actions
functions DIR
- drwxr-xr-x 2025-03-28 11:04:37
Edit Download
298 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
585 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
282 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
567 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
578 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
645 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
139 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
274 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
639 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
5.99 KB lrw-r--r-- 2025-03-28 11:04:37
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).