UNPKG

fs-generate

Version:

Utilities to set up file system structures (directories, files, and symlinks)

10 lines (9 loc) 232 B
import type fs from 'fs'; declare const _default: { lstat: typeof fs.lstat; lstatReal: typeof fs.lstat; readdir: typeof fs.readdir; realpath: typeof fs.realpath; stat: typeof fs.stat; }; export default _default;