@augment-vir/node
Version:
A collection of augments, helpers types, functions, and classes only for Node.js (backend) JavaScript environments.
26 lines (25 loc) • 1.16 kB
JavaScript
export * from './augments/fs/dir-contents.js';
export * from './augments/fs/download.js';
export * from './augments/fs/grep.js';
export * from './augments/fs/json.js';
export * from './augments/fs/read-dir.js';
export * from './augments/fs/read-file.js';
export * from './augments/fs/symlink.js';
export * from './augments/fs/walk-files.js';
export * from './augments/fs/write.js';
export * from './augments/npm/find-bin-path.js';
export * from './augments/npm/npm-deps.js';
export * from './augments/npm/package-json.js';
export * from './augments/npm/query-workspace.js';
export * from './augments/npm/read-package-json.js';
export * from './augments/os/operating-system.js';
export * from './augments/path/ancestor.js';
export * from './augments/path/contains.js';
export * from './augments/path/os-path.js';
export * from './augments/path/resolve-import.js';
export * from './augments/path/root.js';
export * from './augments/terminal/question.js';
export * from './augments/terminal/relevant-args.js';
export * from './augments/terminal/run-cli-script.js';
export * from './augments/terminal/shell.js';
export * from './augments/typescript/read-tsconfig.js';