import { Pair } from "https://deno.land/x/windmill@v1.226.0/node_modules/yaml/dist/nodes/Pair.d.ts";
Properties
key: K
Always Node or null when parsed, but can be set to anything.
optional
srcToken: CollectionItemThe CST token that was composed into this pair.
value: V | null
Always Node or null when parsed, but can be set to anything.
Methods
toJSON(_?: unknown, ctx?: ToJSContext): ReturnType<addPairToJSMap>
toString(): string