UNPKG

recrawl

Version:

[![npm](https://img.shields.io/npm/v/recrawl.svg)](https://www.npmjs.com/package/recrawl) [![ci](https://github.com/aleclarson/recrawl/actions/workflows/release.yml/badge.svg)](https://github.com/aleclarson/recrawl/actions/workflows/release.yml) [![codeco

11 lines 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const fs = tslib_1.__importStar(require("fs")); exports.localFs = { readdir: async (name) => fs.readdirSync(name), readlink: async (name) => fs.readlinkSync(name), lstat: async (name) => fs.lstatSync(name), stat: async (name) => fs.statSync(name), }; //# sourceMappingURL=fs.js.map