smarthbs/dist/index.d.ts

5 lines
286 B
TypeScript
Raw Normal View History

2017-02-19 03:12:17 +00:00
import 'typings-global';
export declare type TTemplateStringType = 'filePath' | 'code';
export declare let registerPartialDir: (dirPathArg: string) => void;
export declare let compileDirectory: (originDirPathArg: string, destinationDirPathArg: string, dataFileNameArg: string) => void;