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) • 177 B
export declare class DotError extends Error { fileName: string; path: string; name: string; constructor(fileName: string, path: string, errorMessage: string); }