UNPKG

parrier

Version:

This is a package that lists everything inside the provided "path" (or the full tree structure if "recurse" is set), asynchronously.

8 lines 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const parrier_1 = require("./parrier"); // export for module exports.default = parrier_1.parrier; // export for commonjs module.exports = parrier_1.parrier; //# sourceMappingURL=index.js.map