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

5 lines
270 B
TypeScript

export declare function registerPlatform(platform: string): void;
export declare function getPlatforms(): string[];
export declare function getPlatformDir(): "quickapp-webview-huawei" | "quickapp-webview-union";
export declare function isMiniProgramPlatform(): boolean;