UNPKG

templates-mo

Version:

Templates is a scaffolding framework that makes code generation simple, dynamic, and reusable. Generate files, parts of your app, or whole project structures—without the repetitive copy-pasting

7 lines (6 loc) • 292 B
// eslint-disable-next-line no-restricted-exports export { default } from './directoryNode'; export { DirectoryNode as DirNode } from './directoryNode'; export { DirectoryNode } from './directoryNode'; export { FileNode } from './fileNode'; export { FileSystemNode } from './fileSystemNode';