Files
terminal/web/node_modules/@simplewebauthn/browser/script/helpers/toAuthenticatorAttachment.d.ts
T

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