blob: 3feaa46d4c1e8bf100f93f1b61191239ada758fa (
plain)
1
2
3
4
5
6
7
8
9
10
|
/**
* @packageDocumentation
* @module @simplewebauthn/browser
* @preferred
*/
import startAttestation from './methods/startAttestation';
import startAssertion from './methods/startAssertion';
import supportsWebauthn from './helpers/supportsWebauthn';
export { startAttestation, startAssertion, supportsWebauthn };
|