UNPKG

patchwork-mapconverter

Version:

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

7 lines (6 loc) 238 B
import { type Parameter } from './Parameter'; import { type VariableParameter } from './VariableParameter'; interface ArrayVariableParameter extends VariableParameter { arrayIndex: Parameter; } export type { ArrayVariableParameter };