UNPKG

@k8ts/instruments

Version:

A collection of utilities and core components for k8ts.

13 lines 407 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Producer = void 0; var Producer; (function (Producer) { function map(producer, projection) { return function bound_producer(input) { return producer(projection(input)); }; } Producer.map = map; })(Producer || (exports.Producer = Producer = {})); //# sourceMappingURL=producer.js.map