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

11 lines
436 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export * from './manifest';
export declare function checkPagesJson(jsonStr: string, inputDir: string): boolean;
export declare function normalizeUniAppXAppPagesJson(jsonStr: string): UniApp.PagesJson;
/**
* TODO 应该闭包通过globalThis赋值
* @param pagesJson
* @param manifestJson
* @returns
*/
export declare function normalizeUniAppXAppConfig(pagesJson: UniApp.PagesJson, manifestJson: Record<string, any>): string;