Skip to main content
Module

x/easyts/types.ts>AsyncVoidCallback

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

callback function with no arguments

definition: () => Promise<void>