Hyperlinkv0.8.0-beta.28

Schema

Source effect/Schema.ts:297510 lines
export interface Null extends Bottom<null, null, never, never, SchemaAST.Null, Null> {}

/**
 * Schema for the `null` literal. Validates that the input is strictly `null`.
 *
 * @see {@link NullOr} for a union with another schema.
 * @category schemas
 * @since 3.10.0
 */
export const Null: Null = make(SchemaAST.null)
Referenced by 5 symbols