thedesk/app/view/make/make.d.ts

3 lines
101 B
TypeScript
Raw Normal View History

export = construct;
declare function construct(ver: any, basefile: any, pwa: any, store: any): void;