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
/
async.test.ts
5 lines
(3 loc)
•
105 B
text/typescript
View Raw
1
2
3
4
5
import
"./array"
;
import
{
AIt
}
from
"../test-utils"
;
AIt
(
"Converts to"
,
(
g
) =>
g.
array
(), [
1
,
2
,
3
]);