fix
This commit is contained in:
9
book/node_modules/honkit/lib/cli/getOutputFolder.d.ts
generated
vendored
Normal file
9
book/node_modules/honkit/lib/cli/getOutputFolder.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
Return path to output folder
|
||||
|
||||
@param {Array} args
|
||||
@return {string}
|
||||
*/
|
||||
declare function getOutputFolder(args: any): string;
|
||||
export default getOutputFolder;
|
||||
//# sourceMappingURL=getOutputFolder.d.ts.map
|
Reference in New Issue
Block a user