summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/index.ts
blob: 18f59449117a588c546d27e8edf1eb73b7731a0f (plain)
1
2
3
4
5
import startAttestation from './methods/startAttestation';
import startAssertion from './methods/startAssertion';
import supportsWebauthn from './helpers/supportsWebauthn';

export { startAttestation, startAssertion, supportsWebauthn };