UNPKG
@cachemap/web-storage
Version:
latest (5.2.0)
unstable-12345 (5.2.1-unstable-12345.2)
5.2.1-unstable-12345.2
5.2.1-unstable-12345.1
5.2.1-unstable-12345.0
5.2.0
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
The Cachemap web storage module.
github.com/badbatch/cachemap
badbatch/cachemap
@cachemap/web-storage
/
dist
/
types
/
esm
/
types.d.ts
9 lines
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
type
ConstructorOptions
=
InitOptions
;
export
interface
InitOptions
extends
Options
{
name
:
string
; }
export
interface
Options
{
maxHeapSize
?:
number
;
storageType
?:
'local'
|
'session'
; }
//# sourceMappingURL=types.d.ts.map