UNPKG

patchwork-mapconverter

Version:

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

10 lines (9 loc) 174 B
declare enum ImportType { Standard = "standard", Custom = "custom" } interface Import { path: string; type: ImportType; } export { type Import, ImportType };