UNPKG
@cachemap/map
Version:
latest (5.1.0)
unstable-12345 (5.1.1-unstable-12345.2)
5.1.1-unstable-12345.2
5.1.1-unstable-12345.1
5.1.1-unstable-12345.0
5.1.0
5.0.11
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
3.1.3
3.0.2
3.0.1
3.0.0
2.0.0
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.4
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
The Cachemap Map module.
github.com/badbatch/cachemap
badbatch/cachemap
@cachemap/map
/
dist
/
types
/
cjs
/
types.d.cts
8 lines
•
204 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
type
ConstructorOptions
=
InitOptions
;
export
interface
InitOptions
extends
Options
{
name
:
string
; }
export
interface
Options
{
maxHeapSize
?:
number
; }
//# sourceMappingURL=types.d.cts.map