import { resolveAsScalar } from "https://deno.land/x/windmill@v1.226.0/node_modules/yaml/dist/parse/cst-scalar.d.ts";
If token
is a CST flow or block scalar, determine its string value and a few other attributes.
Otherwise, return null
.
Parameters
token: FlowScalar | BlockScalar