UNPKG

394 BJavaScriptView Raw
1"use strict";
2function __export(m) {
3 for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4}
5Object.defineProperty(exports, "__esModule", { value: true });
6__export(require("./read-dir-options"));
7var read_dir_1 = require("./read-dir");
8exports.read = read_dir_1.read;
9exports.readSync = read_dir_1.readSync;
10exports.isDir = read_dir_1.isDir;
11//# sourceMappingURL=index.js.map
\No newline at end of file