world/book/node_modules/honkit/lib/output/prepareAssets.d.ts
2025-05-12 05:38:44 +09:00

9 lines
205 B
TypeScript

/**
List all assets in the book
@param {Output}
@return {Promise<Output>}
*/
declare function prepareAssets(output: any): any;
export default prepareAssets;
//# sourceMappingURL=prepareAssets.d.ts.map