Skip to main content
Module

x/valibot/src/schemas/index.ts>file

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function file
import { file } from "https://deno.land/x/valibot@v0.37.0/src/schemas/index.ts";

Creates a file schema.

Returns

FileSchema<undefined>

A file schema.

Creates a file schema.

Type Parameters

TMessage extends ErrorMessage<FileIssue> | undefined

Parameters

message: TMessage

The error message.

Returns

A file schema.