honkit
Version:
HonKit is building beautiful books using Markdown.
13 lines • 361 B
TypeScript
/**
* Create an output using a generator
*
* FOR TESTING PURPOSE ONLY
*
* @param {Generator} generator
* @param {Map<String:String|Map>} files
* @param {*} [options]
* @return {Promise<Output>}
*/
declare function createMockOutput(generator: any, files: any, options: any): any;
export default createMockOutput;
//# sourceMappingURL=createMock.d.ts.map