Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yaml/src/doc/applyReviver.ts>Reviver

YAML parser and stringifier for JavaScript
Latest
type alias Reviver
import { type Reviver } from "https://deno.land/x/yaml@v2.5.1/src/doc/applyReviver.ts";
definition: (key: unknown, value: unknown) => unknown