@kryptogo/kryptogokit-sdk-react
Version:
KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.
11 lines (10 loc) • 315 B
TypeScript
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;