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

export {
  startAttestation,
  supportsWebauthn,
};