UNPKG

hp-app-bundle-sdk

Version:

A comprehensive SDK for building mini-applications.

3 lines 176 B
import type { BiometricResult } from "./types"; export declare const isBiometricResult: (result: unknown) => result is BiometricResult; //# sourceMappingURL=typeGuards.d.ts.map