UNPKG
libtuple
Version:
alpha (0.0.7-alpha-4)
latest (1.0.0)
1.0.0
0.0.8
0.0.7
0.0.7-alpha-4
0.0.7-alpha-3
0.0.7-alpha-2
0.0.7-alpha-1
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Memory-efficient tuple implementation.
github.com/seanmorris/libtuple
seanmorris/libtuple
libtuple
/
index.mjs
5 lines
(4 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
export
{
default
as
Tuple
}
from
'./Tuple.mjs'
;
export
{
default
as
Group
}
from
'./Group.mjs'
;
export
{
default
as
Record
}
from
'./Record.mjs'
;
export
{
default
as
Dict
}
from
'./Dict.mjs'
;