smarthbs/dist/smarthbs.compile.d.ts

5 lines
185 B
TypeScript
Raw Normal View History

2017-03-19 16:14:28 +00:00
/**
* compiles a directory and outputs it
*/
export declare let compileDirectory: (originDirPathArg: string, destinationDirPathArg: string, dataFileNameArg: string) => Promise<void>;