UNPKG

fs-generate

Version:

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

3 lines (2 loc) 124 B
export type Structure = Record<string, string | null>; export type Callback = (error?: NodeJS.ErrnoException) => undefined;