H5-contact/node_modules/@dcloudio/uni-cli-shared/dist/platform.d.ts

5 lines
257 B
TypeScript

export declare function registerPlatform(platform: string): void;
export declare function getPlatforms(): string[];
export declare function getPlatformDir(): keyof UniApp.PagesJsonPagePlatformStyle;
export declare function isMiniProgramPlatform(): boolean;