Skip to main content
Module

x/valibot/mod.ts>MaybeReadonly

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

Maybe readonly type.

definition: Readonly<T> | T