UNPKG
get-express-starter
Version:
latest (3.3.0)
3.3.0
3.2.2
3.2.0
3.1.0
3.0.0
2.1.2
2.1.1
2.0.1
1.1.1
1.1.0
1.0.0
0.1.0
Get production ready express boilerplate with a single command
get-express-starter
/
templates
/
nodets-express-boilerplate
/
src
/
config
/
tokens.ts
7 lines
(6 loc)
•
148 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
const
tokenTypes = {
ACCESS
:
'access'
,
REFRESH
:
'refresh'
,
RESET_PASSWORD
:
'resetPassword'
,
VERIFY_EMAIL
:
'verifyEmail'
, }
as
const
;