EASYAIuniappNewUI/node_modules/@dcloudio/uni-cli-shared/dist/json/app/pages/uniConfig.d.ts
2025-02-08 18:50:38 +08:00

7 lines
283 B
TypeScript

export declare function normalizeAppUniConfig(pagesJson: UniApp.PagesJson, manifestJson: Record<string, any>): string;
export declare function parseEntryPagePath(pagesJson: UniApp.PagesJson): {
entryPagePath: string;
entryPageQuery: string;
realEntryPagePath: string;
};