UNPKG

fast-iterable

Version:

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

6 lines (5 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fluentSymbolAsync = exports.fluentSymbol = void 0; exports.fluentSymbol = Symbol('fluent-instance'); exports.fluentSymbolAsync = Symbol('fluent-async-instance');