UNPKG

gnar-edge

Version:

A sharp set of utilities: base64, drain, handleChange, jwt, notifications

10 lines (8 loc) 176 B
import jwtDecode from './jwtDecode'; export default keyName => { try { return jwtDecode(localStorage.getItem(keyName || 'jwt')); } catch (e) { return null; } };