import { type DeleteCallback } from "https://deno.land/x/easyts@0.1.3/mod.ts";
Usually called before destroying the object, this function should not throw any exception, otherwise the behavior will be unknown
definition: (val: T) => void
x/easyts/mod.ts>DeleteCallback
import { type DeleteCallback } from "https://deno.land/x/easyts@0.1.3/mod.ts";
Usually called before destroying the object, this function should not throw any exception, otherwise the behavior will be unknown