@augment-vir/node
Version:
A collection of augments, helpers types, functions, and classes only for Node.js (backend) JavaScript environments.
23 lines (22 loc) • 1.02 kB
TypeScript
export * from './augments/docker.js';
export * from './augments/fs/dir-contents.js';
export * from './augments/fs/download.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/write.js';
export * from './augments/npm/find-bin-path.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/os-path.js';
export * from './augments/path/resolve-import.js';
export * from './augments/path/root.js';
export * from './augments/prisma.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';