Skip to main content
Module

x/valibot/mod.ts>stringify

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function stringify
Re-export
import { stringify } from "https://deno.land/x/valibot@v0.30.0/mod.ts";

Stringifies an unknown input to a literal or type string.

Parameters

input: unknown

The unknown input.

Returns

string

A literal or type string.