/** * @packageDocumentation * @module @simplewebauthn/browser */ import startRegistration from './methods/startRegistration'; import startAuthentication from './methods/startAuthentication'; import supportsWebauthn from './helpers/supportsWebauthn'; export { startRegistration, startAuthentication, supportsWebauthn };