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

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

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
variable beautify
import { beautify } from "https://deno.land/x/live@1.57.32/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