UNPKG

@codibre/fluent-iterable

Version:

Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).

6 lines (5 loc) 187 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tail = exports.head = void 0; exports.head = Symbol.for('@head'); exports.tail = Symbol.for('@tail');