@rhyster/wow-casc-dbc
Version:
Fetch World of Warcraft data files from CASC and parse DBC/DB2 files.
21 lines • 881 B
TypeScript
declare const CACHE_DIRS: {
build: string;
indexes: string;
data: string;
dbd: string;
};
export declare const getDataFile: (prefixes: string[], key: string, type: keyof typeof CACHE_DIRS, buildCKey: string, { name, partialOffset, partialLength, showProgress, showAttemptFail, }?: {
name?: string;
partialOffset?: number;
partialLength?: number;
showProgress?: boolean;
showAttemptFail?: boolean;
}) => Promise<Buffer>;
export declare const getConfigFile: (prefixes: string[], key: string, { showProgress, showAttemptFail, }?: {
showProgress?: boolean;
showAttemptFail?: boolean;
}) => Promise<string>;
export declare const getProductVersions: (region: string, product: string) => Promise<string>;
export declare const getProductCDNs: (region: string, product: string) => Promise<string>;
export {};
//# sourceMappingURL=fetcher.d.ts.map