Module

x/fluentci/deps.ts>z.OK

This is the command line interface for FluentCI.
Go to Latest
type alias z.OK
import { type z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";
const { OK } = z;
definition: { status: "valid"; value: T; }
variable z.OK
import { z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";
const { OK } = z;

type

<T>(value: T) => OK<T>
import z.OK
import { z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";
const { OK } = z;