Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/src/index.ts>file

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
function file
import { file } from "https://deno.land/x/valibot@v0.35.0/src/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.