UNPKG

patchwork-mapconverter

Version:

Executable wrapper for https://github.com/ChiefOfGxBxL/WC3MapTranslator

5 lines 297 B
import { type integer } from '../CommonInterfaces'; import { type Asset } from '../data/Asset'; export declare function jsonToWar(imports: Asset[], formatVersion: number): Buffer; export declare function warToJson(buffer: Buffer): [Asset[], integer]; //# sourceMappingURL=AssetsTranslator.d.ts.map