UNPKG

expo-passkey

Version:

Passkey authentication for Expo apps with Better Auth integration

12 lines 436 B
/** * @file Environment detection utilities * @module expo-passkey/utils/environment */ /** * Checks if the device platform is supported for passkeys * @param platform The platform to check * @param version The platform version * @returns True if the platform and version are supported */ export declare function isSupportedPlatform(platform: string, version: string | number): boolean; //# sourceMappingURL=environment.d.ts.map