3 lines
101 B
TypeScript
3 lines
101 B
TypeScript
export = construct;
|
|
declare function construct(ver: any, basefile: any, pwa: any, store: any): void;
|