Skip to content

Commit

Permalink
feat: export isRegistrableDomain (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 authored Aug 3, 2021
1 parent d878ba4 commit 537319e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ export function createPublicKeyAuthenticator(opts: CreateAuthenticatorOptions):
get: get.bind(undefined, opts),
}
}

export { isRegistrableDomain } from './util'

0 comments on commit 537319e

Please sign in to comment.