UNPKG

@modern-kit/utils

Version:
4 lines (2 loc) 127 B
declare function removeStorageItem(type: 'localStorage' | 'sessionStorage', key: string): void; export { removeStorageItem };