Skip to main content
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.6/deps.ts";
const { RepresentFn } = yaml;
definition: (data: Any, style?: StyleVariant) => Any