UNPKG
@faizaanceg/pandora
Version:
latest (2.0.0)
2.0.0
1.1.1
1.1.0
1.0.0
A tiny wrapper over LocalStorage to improve DX
github.com/aulisius/pandora
@faizaanceg/pandora
/
dist
/
index.d.mts
4 lines
(3 loc)
•
108 B
text/typescript
View Raw
1
2
3
4
import
{
KeyValueStore
}
from
"@faizaanceg/pandora/kv"
;
declare
const
KV
:
KeyValueStore
;
export
default
KV
;