UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

4 lines 251 B
export function getValue(key, defaultValue) { var _window$localStorage$; return !key ? defaultValue : (_window$localStorage$ = window.localStorage.getItem(key)) !== null && _window$localStorage$ !== void 0 ? _window$localStorage$ : defaultValue; }