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

x/valibot/mod.ts>Prettify

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

Prettifies a type for better readability.

Hint: This type has no effect and is only used so that TypeScript displays the final type in the preview instead of the utility types used.

definition: [TKey in keyof TObject]: TObject[TKey] & { }