UNPKG

patchwork-mapconverter

Version:

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

5 lines (4 loc) 144 B
declare const War2JsonService: { convert: (inputPath: string, outputPath: string) => Promise<unknown[]>; }; export default War2JsonService;