@simplewebauthn/browser
Version:
SimpleWebAuthn for Browsers
6 lines • 322 B
TypeScript
import type { AuthenticatorAttachment } from '../types/index.js';
/**
* If possible coerce a `string` value into a known `AuthenticatorAttachment`
*/
export declare function toAuthenticatorAttachment(attachment: string | null): AuthenticatorAttachment | undefined;
//# sourceMappingURL=toAuthenticatorAttachment.d.ts.map