Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lophus/lib/streams.ts

Fully-modular TypeScript implementation of the Nostr protocol, oriented to web standards and edge environments
Latest
import * as lophus from "https://deno.land/x/lophus@0.0.13/lib/streams.ts";

Classes

TransformStream which filters out duplicate values from a stream.

Functions

Merge multiple streams into a single one, not taking order into account. If a stream ends before other ones, the other will continue adding data, and the finished one will not add any more data.