UNPKG

readdir

Version:

Reads a directory and return results with the ability to use Ant style file match patterns

11 lines 394 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./read-dir-options")); var read_dir_1 = require("./read-dir"); exports.read = read_dir_1.read; exports.readSync = read_dir_1.readSync; exports.isDir = read_dir_1.isDir; //# sourceMappingURL=index.js.map