UNPKG

honkit

Version:

HonKit is building beautiful books using Markdown.

15 lines (14 loc) 266 B
/** Encode a readme to JSON @param {Readme} @return {Object} */ declare function encodeReadme(readme: any): { file: { path: any; mtime: any; type: any; }; }; export default encodeReadme; //# sourceMappingURL=encodeReadme.d.ts.map