Skip to main content
Module

x/easyts/mod.ts>ValueCallback

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

callback function with one parameter

definition: (val: T) => void