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

x/documentaly/deps.ts>yaml.RepresentFn

(Beta) Maintain document and build tool.
Go to Latest
type alias yaml.RepresentFn
import { type yaml } from "https://deno.land/x/documentaly@0.3.3/deps.ts";
const { RepresentFn } = yaml;
definition: (data: Any, style?: StyleVariant) => Any