UNPKG
fantasy-seqs
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Homogenous array sequence data structure.
SimonRichardson/fantasy-seqs
fantasy-seqs
/
fantasy-seqs.js
8 lines
(7 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
Seq
=
require
(
'./src/seq'
),
Zipper
=
require
(
'./src/zipper'
);
if
(
typeof
module
!=
'undefined'
)
module
.
exports
= {
Seq
:
Seq
,
Zipper
:
Zipper
};