Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 26, 2024
1 parent 7ea6ec6 commit 9ed9caf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,17 @@ export {
sign,
} from './sign.js'
export { type VerifyParameters, verify } from './verify.js'
export type { Hex, PublicKey, WebAuthnSignature } from './types.js'
export type {
Credential,
CredentialCreationOptions,
CredentialRequestOptions,
Hex,
P256Credential,
PublicKey,
PublicKeyCredentialCreationOptions,
PublicKeyCredential,
WebAuthnSignature,
} from './types.js'
export {
base64ToBase64Url,
base64ToUtf8,
Expand Down

0 comments on commit 9ed9caf

Please sign in to comment.