UNPKG

@lxlib/seed

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

11 lines (10 loc) 189 B
export declare class ZipConfig { /** * Zip library path */ url?: string; /** * Defines which zip optional utils should get loaded */ utils?: string[]; }