UNPKG

@tanstack/db-ivm

Version:

Incremental View Maintenance for TanStack DB based on Differential Dataflow

10 lines (9 loc) 240 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); function pipe(...operators) { return (stream) => { return stream.pipe(...operators); }; } exports.pipe = pipe; //# sourceMappingURL=pipe.cjs.map