Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
type alias NegativeFloat
import { type NegativeFloat } from "https://deno.land/x/actionify@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>>