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

x/valibot/mod.ts>isoTimeSecond

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
function isoTimeSecond
import { isoTimeSecond } from "https://deno.land/x/valibot@v0.35.0/mod.ts";

Creates an ISO time second validation action.

Format: hh:mm:ss

Type Parameters

TInput extends string

Returns

An ISO time second action.

Creates an ISO time second validation action.

Format: hh:mm:ss

Type Parameters

TInput extends string
TMessage extends ErrorMessage<IsoTimeSecondIssue<TInput>> | undefined

Parameters

message: TMessage

The error message.

Returns

An ISO time second action.