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

export {
  supportsWebauthn,
};