UNPKG

patchwork-mapconverter

Version:

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

7 lines (6 loc) 140 B
type UnitSet = SpawnableUnit[]; interface SpawnableUnit { unitId: string; chance: number; } export type { UnitSet, SpawnableUnit };