world/book/node_modules/honkit/lib/json/encodeFile.d.ts
2025-05-12 05:38:44 +09:00

13 lines
257 B
TypeScript

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