Skip to main content
Module

x/earthstar/src/superbus/simplebus.ts>SimplebusCallback

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
type alias SimplebusCallback
import { type SimplebusCallback } from "https://deno.land/x/earthstar@v9.3.3/src/superbus/simplebus.ts";
definition: (data: T) => void | Promise<void>