UNPKG
geninq
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A JavaScript version of the Linq library for Generators
github.com/PaulPopat/geninq
PaulPopat/geninq
geninq
/
src
/
functions
/
array.test.ts
5 lines
(3 loc)
•
117 B
text/typescript
View Raw
1
2
3
4
5
import
"./array"
;
import
{
SIt
}
from
"../test-utils"
;
SIt
(
"Converts to a generator"
,
(
g
) =>
g.
array
(), [
1
,
2
,
3
]);