fix
This commit is contained in:
9
book/node_modules/honkit/lib/parse/parseReadme.d.ts
generated
vendored
Normal file
9
book/node_modules/honkit/lib/parse/parseReadme.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
Parse readme from book
|
||||
|
||||
@param {Book} book
|
||||
@return {Promise<Book>}
|
||||
*/
|
||||
declare function parseReadme(book: any): any;
|
||||
export default parseReadme;
|
||||
//# sourceMappingURL=parseReadme.d.ts.map
|
Reference in New Issue
Block a user