UNPKG

capacitor-biometric-authentication

Version:

Framework-agnostic biometric authentication library. Works with React, Vue, Angular, or vanilla JS. No providers required!

12 lines (11 loc) 328 B
import { PlatformInfo } from './types'; export declare class PlatformDetector { private static instance; private platformInfo; private constructor(); static getInstance(): PlatformDetector; detect(): PlatformInfo; isSupported(): boolean; getPlatformName(): string; isNativePlatform(): boolean; }