Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.