UNPKG

get-express-starter

Version:

Get production ready express boilerplate with a single command

10 lines (8 loc) 138 B
const tokenTypes = { ACCESS: 'access', REFRESH: 'refresh', RESET_PASSWORD: 'resetPassword', }; module.exports = { tokenTypes, };