epub-chinese-converter
Version:
A small util to convert epub files from Simplified Chinese to Traditional Chinese
20 lines (19 loc) • 485 B
TypeScript
declare function _exports(): {
diskEntries: number;
totalEntries: number;
size: number;
offset: number;
commentLength: number;
readonly mainHeaderSize: number;
loadFromBinary: (data: any) => void;
toBinary: () => Buffer;
toJSON: () => {
diskEntries: number;
totalEntries: number;
size: string;
offset: string;
commentLength: number;
};
toString: () => string;
};
export = _exports;