UNPKG

epub-chinese-converter

Version:

A small util to convert epub files from Simplified Chinese to Traditional Chinese

28 lines (27 loc) 1.25 kB
export declare const INVALID_LOC: string; export declare const INVALID_CEN: string; export declare const INVALID_END: string; export declare const NO_DATA: string; export declare const BAD_CRC: string; export declare const FILE_IN_THE_WAY: string; export declare const UNKNOWN_METHOD: string; export declare const AVAIL_DATA: string; export declare const INVALID_DISTANCE: string; export declare const TO_MANY_CODES: string; export declare const INVALID_REPEAT_LEN: string; export declare const INVALID_REPEAT_FIRST: string; export declare const INCOMPLETE_CODES: string; export declare const INVALID_DYN_DISTANCE: string; export declare const INVALID_CODES_LEN: string; export declare const INVALID_STORE_BLOCK: string; export declare const INVALID_BLOCK_TYPE: string; export declare const CANT_EXTRACT_FILE: string; export declare const CANT_OVERRIDE: string; export declare const DISK_ENTRY_TOO_LARGE: string; export declare const NO_ZIP: string; export declare const NO_ENTRY: string; export declare const DIRECTORY_CONTENT_ERROR: string; export declare const FILE_NOT_FOUND: string; export declare const NOT_IMPLEMENTED: string; export declare const INVALID_FILENAME: string; export declare const INVALID_FORMAT: string;