UNPKG

linq-extensions

Version:

Linq-like extension methods for JavaScript and TypeScript builtin collections

9 lines 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmptyIterable = void 0; const iterable_1 = require("../iterable"); class EmptyIterable extends iterable_1.Iterable { *[Symbol.iterator]() { } } exports.EmptyIterable = EmptyIterable; //# sourceMappingURL=empty-iterable.js.map