Skip to main content
Home

@murat/yelix@0.1.47
Built and signed on GitHub Actions

Yelix is a powerful web server library built specifically for Deno, leveraging the Hono framework in the background. Including built-in data validation, OpenAPI 3.1 support, and auto-generated backend documentation.

This package works with Deno
This package works with Deno
JSR Score
82%
Published
3 months ago (0.1.47)
class FileZod

Constructors

new
FileZod(_input: YelixInput)

Type Parameters

T = File

Properties

Methods

isValidType(failedMessage?: FailedMessage): this
private
isValidTypeCheck(value: any): boolean
maxFilesCount(
count: number,
failedMessage?: FailedMessage,
): this
maxSize(
size: number,
failedMessage?: FailedMessage,
): this
mimeType(
mimeType: string | string[],
failedMessage?: FailedMessage,
): this
minFilesCount(
count: number,
failedMessage?: FailedMessage,
): this
minSize(
size: number,
failedMessage?: FailedMessage,
): this
optional(): this
required(failedMessage?: FailedMessage): this

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@murat/yelix

Import symbol

import { FileZod } from "@murat/yelix";
or

Import directly with a jsr specifier

import { FileZod } from "jsr:@murat/yelix";