UNPKG

@btfuse/core

Version:

A native-first framework for building hybdrid web-native applications

13 lines (12 loc) 241 B
/** * Enumeration for supported platforms */ export declare enum Platform { IOS = 1, ANDROID = 2, /** * Specialized platform used for test environments, * will not be used for regular runtimes. */ TEST = 3 }