PHP 8.2.30
Preview: async.js Size: 585 B
/opt/alt/alt-nodejs22/root/lib/node_modules/npm/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: 5

Name Size Perms Modified Actions
functions DIR
- drwxr-xr-x 2026-03-14 07:02:09
Edit Download
585 B lrw-r--r-- 2026-02-23 06:54:01
Edit Download
567 B lrw-r--r-- 2026-02-23 06:54:01
Edit Download
836 B lrw-r--r-- 2026-02-23 06:54:01
Edit Download
274 B lrw-r--r-- 2026-02-23 06:54:01
Edit Download
6.26 KB lrw-r--r-- 2026-02-23 06:54:01
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).