UNPKG

patchwork-mapconverter

Version:

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

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