UNPKG

geninq

Version:

A JavaScript version of the Linq library for Generators

7 lines (5 loc) 166 B
import "./array"; import { Range } from "./range"; it("Creates a simple range", () => { expect(Range(1, 10).array()).toEqual([1, 2, 3, 4, 5, 6, 7, 8, 9, 10]); });