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

x/fonction/src/types/index.ts>Primitive

A modern practical functional library
Latest
type alias Primitive
import { type Primitive } from "https://deno.land/x/fonction@v2.1.0-beta.4/src/types/index.ts";

Alias for Primitive values types.

definition:
| string
| number
| bigint
| boolean
| symbol
| undefined
| null