UNPKG

patchwork-mapconverter

Version:

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

6 lines (5 loc) 150 B
import { type Parameter } from './Parameter'; interface VariableParameter extends Parameter { value: string; } export type { VariableParameter };