import { stringifyComment } from "https://deno.land/x/windmill@v1.265.1/node_modules/yaml/browser/dist/stringify/stringifyComment.js";
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 #
.