Skip to main content
Module

x/listenator/mod.ts

Turn any event stream into an async iterator
Latest
import * as listenator from "https://deno.land/x/listenator@v1.2.3/mod.ts";

Functions

Given a factory function, creates an asynchronous iterator which emits items passed to its callback.