UNPKG

patchwork-mapconverter

Version:

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

8 lines (7 loc) 335 B
import { type DirectoryTree } from 'directory-tree'; import { type Import } from '../wc3maptranslator/data'; declare const ImportComposer: { composeImportRegistry: (importsFolderTree: DirectoryTree) => Import[]; getImportedFilePaths: (inputPath: string, importRegistry: Import[]) => string[]; }; export default ImportComposer;