UNPKG

@nodelib/fs.scandir

Version:

List files and directories inside the specified directory

6 lines (5 loc) 143 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fs = void 0; const fs = require("./fs"); exports.fs = fs;