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

export {
  startAttestation,
  startAssertion,
  supportsWebauthn,
};