import { toJS } from "https://deno.land/x/windmill@v1.229.0/node_modules/yaml/dist/nodes/toJS.d.ts";
Recursively convert any node or its contents to native JavaScript
Parameters
optional
ctx: ToJSContext- Conversion context, originally set in Document#toJS(). If
{ keep: true }
is not set, output should be suitable for JSON stringification.