UNPKG

patchwork-mapconverter

Version:

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

10 lines 204 B
declare enum AssetType { Standard = "standard", Custom = "custom" } interface Asset { path: string; type: AssetType; } export { type Asset, AssetType }; //# sourceMappingURL=Asset.d.ts.map