Files
2026-07-27 14:07:26 +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;
};