@passageidentity/passage-react-native
Version:
Passkey Complete for React Native - Go completely passwordless with a standalone auth solution in your React Native app with Passage by 1Password
17 lines (16 loc) • 480 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var _PassageHosted = require("./PassageHosted.js");
Object.keys(_PassageHosted).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _PassageHosted[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _PassageHosted[key];
}
});
});
//# sourceMappingURL=index.js.map
;