UNPKG

@rainbow-me/rainbowkit

Version:
11 lines (10 loc) 315 B
export declare enum PlatformType { Windows = "Windows", MacOS = "macOS", Linux = "Linux", Desktop = "Desktop" } export declare function isWindows(): boolean; export declare function isMacOS(): boolean; export declare function isLinux(): boolean; export declare function getPlatform(): PlatformType;