UNPKG

@johngw/stream

Version:

Reactive programming tools using the WHATWG Streams API.

10 lines 361 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fromIterable = void 0; const fromCollection_1 = require("@johngw/stream/sources/fromCollection"); /** * @group Transformers * @deprecated Use {@link fromCollection} instead. */ exports.fromIterable = fromCollection_1.fromCollection; //# sourceMappingURL=fromIterable.js.map