Skip to main content
Module

x/easyts/mod.ts>NumberValue

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

Properties

optional
min: number
optional
max: number
optional
notMin: boolean
optional
notMax: boolean