uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/platform.d.ts
2023-12-05 10:11:10 +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;