import from from '@adamburgess/linq'
const sequence = from(['an', 'iterable', 'here!']);
// now use all the methods on sequence!

See AnySequence for all the transformations you can do to a sequence.

References

Renames and re-exports from

Generated using TypeDoc