UNPKG

@neabyte/touchid

Version:

Native macOS Touch ID authentication with device identification, TTL caching, and TypeScript support. Features hardware UUID, device serial, and biometric type detection.

4 lines (3 loc) 315 B
export { TouchIDService, createTouchIDService, touchID } from './touchid.js'; export type { TouchIDResult, TouchIDOptions, TouchIDInterface, TouchIDEventType, TouchIDEventData, TouchIDEventHandler, TouchIDEventEmitter } from './types/touchid.js'; export { TouchIDEventEmitterImpl } from './utils/event-emitter.js';