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

export { startAttestation, startAssertion, supportsWebauthn };