This is key store for your app. Includes typescript definitions.
npm install constant-manager
This is key store for your app.
Includes typescript definitions.

typescriptimport keyManager from 'constant-manager'
export default keyManager(
{
SET: '',
SET_TOKENS: '',
SET_CUSTOM: 'CUSTOM_KEY'
},
{ prefix: 'AUTH__' },
)
``Well integrated with webstorm.