import { stringifyComment } from "https://deno.land/x/windmill@v1.416.0/node_modules/yaml/dist/stringify/stringifyComment.d.ts";
Stringifies a comment.
Empty comment lines are left empty,
lines consisting of a single space are replaced by #
,
and all other lines are prefixed with a #
.