uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/scripts.d.ts

11 lines
267 B
TypeScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
export declare function parseScripts(name: string, pkgPath: string): {
name: string;
platform: keyof UniApp.PagesJsonPagePlatformStyle;
define: {
[name: string]: string;
};
context: {
[name: string]: boolean;
};
} | undefined;