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
/
jest.config.js
5 lines
•
134 B
JavaScript
View Raw
1
2
3
4
5
/**
@type
{import('ts-jest/dist/types').InitialOptionsTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, };