UNPKG
@withstudiocms/auth-kit
Version:
beta (0.1.0-beta.1)
latest (0.1.0-beta.5)
0.1.0-beta.5
0.1.0-beta.4
0.1.0-beta.3
0.1.0-beta.2
0.1.0-beta.1
Utilities for managing authentication
studiocms.dev
withstudiocms/studiocms
@withstudiocms/auth-kit
/
dist
/
utils
/
lists
/
usernames.d.ts
4 lines
(3 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
export
declare
const
usernames
:
Set
<
string
>;
export
default
usernames;
export
declare
const
isReservedUsername
:
(
name
:
string
) =>
boolean
;