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

x/deco/engine/schema/utils.ts>beautify

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
variable beautify
import { beautify } from "https://deno.land/x/deco@1.107.0/engine/schema/utils.ts";

Transforms myPropName into "My Prop Name" for cases when there's no label specified

TODO: Support i18n in the future

type

(propName: string) => unknown