effect-io-ai

Package: @effect/cli
Module: Primitive

Primitive.Primitive

A Primitive represents the primitive types supported by Effect CLI.

Each primitive type has a way to parse and validate from a string.

Signature

export interface Primitive<A> extends Primitive.Variance<A> {}

Source

Since v1.0.0