smarthbs/dist/smarthbs.compile.d.ts

5 lines
185 B
TypeScript
Raw Normal View History

2019-09-10 15:58:14 +00:00
/**
* compiles a directory and outputs it
*/
export declare let compileDirectory: (originDirPathArg: string, destinationDirPathArg: string, dataFileNameArg: string) => Promise<void>;