UNPKG

@simplewebauthn/browser

Version:
6 lines 322 B
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