UNPKG

@modern-kit/utils

Version:
4 lines (2 loc) 164 B
declare function getStorageItem<T>(type: 'localStorage' | 'sessionStorage', key: string, initialValue?: T | (() => T) | null): unknown; export { getStorageItem };