summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/index.ts
blob: 520af9aef372800ec77b80a5c1a5f1814385e37c (plain)
1
2
3
4
5
6
7
8
9
/**
 * @packageDocumentation
 * @module @simplewebauthn/browser
 */
import startRegistration from './methods/startRegistration';
import startAuthentication from './methods/startAuthentication';
import supportsWebauthn from './helpers/supportsWebauthn';

export { startRegistration, startAuthentication, supportsWebauthn };