This commit is contained in:
2025-05-12 05:38:44 +09:00
parent dced21c3f8
commit 6d78bfa46e
8120 changed files with 1161564 additions and 0 deletions

12
book/node_modules/@honkit/html/lib/readme.d.ts generated vendored Normal file
View 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