Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/types/utils.ts>Prettify

The modular and type safe schema library for validating structural data 🤖
Latest
type alias Prettify
import { type Prettify } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/types/utils.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] & { }