Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/yaml/dist/stringify/stringifyComment.d.ts>stringifyComment

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
variable stringifyComment
import { stringifyComment } from "https://deno.land/x/windmill@v1.309.2/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 #.

type

(str: string) => string