1
0
Files
world/book/node_modules/@honkit/html/lib/readme.d.ts
2025-05-12 05:38:44 +09:00

12 lines
263 B
TypeScript

/**
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