5 lines
270 B
TypeScript
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;
|