fix
This commit is contained in:
12
book/node_modules/@honkit/html/lib/readme.d.ts
generated
vendored
Normal file
12
book/node_modules/@honkit/html/lib/readme.d.ts
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
Parse an HTML content into metadata about a readme
|
||||
|
||||
@param {string} html
|
||||
@return {Object}
|
||||
*/
|
||||
declare function parseReadme(html: any): {
|
||||
title: string;
|
||||
description: string;
|
||||
};
|
||||
export default parseReadme;
|
||||
//# sourceMappingURL=readme.d.ts.map
|
Reference in New Issue
Block a user