UNPKG

geninq

Version:

A JavaScript version of the Linq library for Generators

6 lines (4 loc) 149 B
import { It } from "../test-utils"; import "./max"; It("Finds the max", (s) => s.max(), 3); It("Uses the selector", (s) => s.max((i) => i + 2), 5);