UNPKG

honkit

Version:

HonKit is building beautiful books using Markdown.

13 lines (12 loc) 257 B
/** Return a JSON representation of a file @param {File} file @return {Object} */ declare function encodeFileToJson(file: any): { path: any; mtime: any; type: any; }; export default encodeFileToJson; //# sourceMappingURL=encodeFile.d.ts.map