Module

x/fluentci/deps.ts>z.Primitive

This is the command line interface for FluentCI.
Go to Latest
type alias z.Primitive
import { type z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";
const { Primitive } = z;
definition:
| string
| number
| symbol
| bigint
| boolean
| null
| undefined
import z.Primitive
import { z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";
const { Primitive } = z;