smarthbs/dist/index.d.ts
2017-02-19 04:12:17 +01:00

5 lines
286 B
TypeScript

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;