UNPKG
hash-map
Version:
latest (2.1.3)
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
'object as hashmap' toolset
github.com/repinvv/hash-map
repinvv/hash-map
hash-map
/
build
/
src
/
index.d.ts
6 lines
(5 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
'./interfaces'
;
export
*
from
'./toMap'
;
export
*
from
'./toDict'
;
export
*
from
'./toLookup'
;
export
*
from
'./defaultSelector'
;