UNPKG

ivalt-react

Version:

React hooks for iVALT Biometric Authentication

8 lines (7 loc) 504 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useBiometricAuth = exports.initializeIValt = void 0; var config_1 = require("./config"); Object.defineProperty(exports, "initializeIValt", { enumerable: true, get: function () { return config_1.initializeIValt; } }); var useBiometricAuth_1 = require("./hooks/useBiometricAuth"); Object.defineProperty(exports, "useBiometricAuth", { enumerable: true, get: function () { return useBiometricAuth_1.useBiometricAuth; } });