UNPKG

@xmcl/installer

Version:

The installers of Minecraft/Forge/Fabric/Liteloader/Quilt

5 lines 213 B
import { Validator } from '@xmcl/file-transfer'; export declare class ZipValidator implements Validator { validate(destination: string, url: string): Promise<void>; } //# sourceMappingURL=zipValdiator.d.ts.map