UNPKG

111 BTypeScriptView Raw
1declare const Platform: {
2 OS: "ios" | "android" | "windows" | "macos" | "web";
3};
4export default Platform;