UNPKG

sandeep-utileo

Version:

JS library with most common utils.

6 lines (5 loc) 204 B
export { get } from './StorageUtils'; export { set } from './StorageUtils'; export { has } from './StorageUtils'; export { remove } from './StorageUtils'; export { removeAll } from './StorageUtils';