UNPKG

454 BTypeScriptView Raw
1import { Package } from './Packages';
2export declare class Exporter {
3 private readonly templates;
4 private readonly log;
5 constructor(templates: string);
6 export(source: Package, outpath: string, separate?: boolean): Promise<any>;
7 protected files(context: any, outpath: string): Promise<void>;
8 protected generate(context: any, outpath: string): Promise<void>;
9 private onPropertyConverter;
10}
11//# sourceMappingURL=Exporter.d.ts.map
\No newline at end of file