Skip to main content
Module

x/easyts/mod.ts>VoidCallback

js library written with ts, use select and chan like golang in js.
Latest
type alias VoidCallback
import { type VoidCallback } from "https://deno.land/x/easyts@0.1.2/mod.ts";

callback function with no arguments

definition: () => void