UNPKG

@tanstack/db-ivm

Version:

Incremental View Maintenance for TanStack DB based on Differential Dataflow

10 lines (9 loc) 150 B
function pipe(...operators) { return (stream) => { return stream.pipe(...operators); }; } export { pipe }; //# sourceMappingURL=pipe.js.map