Skip to main content
Module

x/scaffold/src/deps/types.ts>NegativeFloat

scaffold your next project with style and 💗
Latest
type alias NegativeFloat
import { type NegativeFloat } from "https://deno.land/x/scaffold@0.3.0/src/deps/types.ts";

A negative (-∞ < x < 0) number that is not an integer. Equivalent to Negative<Float<T>>.

Use-case: Validating and documenting parameters.

Type Parameters

T extends number
definition: Negative<Float<T>>