Hyperlinkv0.8.0-beta.28

Schema

Source effect/Schema.ts:30099 lines
export interface String extends Bottom<string, string, never, never, SchemaAST.String, String> {}

/**
 * Schema for `string` values. Validates that the input is `typeof` `"string"`.
 *
 * @category schemas
 * @since 4.0.0
 */
export const String: String = make(SchemaAST.string)
Referenced by 87 symbols