UNPKG

patchwork-mapconverter

Version:

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

12 lines (9 loc) 168 B
enum ImportType { Standard = 'standard', Custom = 'custom' } interface Import { path: string type: ImportType } export { type Import, ImportType }