UNPKG

@aws-amplify/auth

Version:
13 lines (11 loc) 493 B
'use strict'; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.getIsPasskeySupported = void 0; const utils_1 = require("@aws-amplify/core/internals/utils"); const getIsPasskeySupported = () => { throw new utils_1.PlatformNotSupportedError(); }; exports.getIsPasskeySupported = getIsPasskeySupported; //# sourceMappingURL=getIsPasskeySupported.native.js.map