UNPKG

@turnkey/webauthn-stamper

Version:

Webauthn stamper for @turnkey/http

11 lines (8 loc) 275 B
import { getResponseToJSON } from './api.mjs'; async function get(options) { const response = (await navigator.credentials.get(options)); response.toJSON = () => getResponseToJSON(response); return response; } export { get }; //# sourceMappingURL=index.mjs.map