Skip to main content
Module

x/easyts/mod.ts>ValidCallback

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

Is the return value valid?

definition: (val: T) => boolean