Skip to main content
Module

x/easyts/types.ts>DeleteCallback

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

Usually called before destroying the object, this function should not throw any exception, otherwise the behavior will be unknown

definition: (val: T) => void