1.2.2 • Published 4 years ago

storage-manager-ts v1.2.2

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
4 years ago

Storage Manager · GitHub license npm version CI

About

A project that contains utilities for local storage & general storage purposes

Quick start

Initialize your local storage manager:

import { LocalStorage } from 'storage-manager-ts';
const storage = new LocalStorage();
const value = storage.get('key');

Local storage functions list

FunctionDescription
getReturning the value of a key
setSetting the value of a key
deleteDeleting a key
getKeysReturning all the keys
convertKeyListToJSONBuilding a JSON of the key + value

Helper functions list

FunctionDescription
filterKeysReturning if the keys match with a regex, will indicate that an a key starts with the regex after the
filterKeyReturning if a key match with a regex, will indicate that an a key starts with the regex after the
1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago