UNPKG

gvegas-cfc

Version:

Create file from Template

8 lines (7 loc) 248 B
export declare class FileModel { readonly name: string; readonly extension: string; readonly content: string; constructor(name: string, extension: string, content: string); } export declare const DEFAULT_TEMPLATE_NAME = "Template";