UNPKG

patchwork-mapconverter

Version:

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

8 lines (7 loc) 285 B
import { type DirectoryTree } from 'directory-tree'; declare const FileBlacklist: { readBlacklist: (blacklistFilePath: string) => void; isDirectoryTreeBlacklisted: (path: DirectoryTree) => boolean; isNameBlacklisted: (path: string) => boolean; }; export { FileBlacklist };