Skip to main content
Module

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

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
variable beautify
import { beautify } from "https://deno.land/x/live@1.75.5/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