uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/scripts.d.ts
2023-12-05 10:11:10 +08:00

11 lines
267 B
TypeScript

export declare function parseScripts(name: string, pkgPath: string): {
name: string;
platform: keyof UniApp.PagesJsonPagePlatformStyle;
define: {
[name: string]: string;
};
context: {
[name: string]: boolean;
};
} | undefined;