UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

5 lines 93 B
export function removeItem(key) { if (key) { window.localStorage.removeItem(key); } }