UNPKG

patchwork-mapconverter

Version:

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

4 lines 201 B
import { type TargetProfile } from './Profile'; declare function LoadTargetProfile(profileKey: string): Promise<TargetProfile>; export { LoadTargetProfile }; //# sourceMappingURL=ProfileLoader.d.ts.map