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

x/deno/std/encoding/yaml/loader/loader.ts>CbFunction

A modern runtime for JavaScript and TypeScript.
Go to Latest
type alias CbFunction
import { type CbFunction } from "https://deno.land/x/deno@v0.28.0/std/encoding/yaml/loader/loader.ts";
definition: (doc: unknown) => void