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

x/yaml/src/stringify/stringifyComment.ts>lineComment

YAML parser and stringifier for JavaScript
Latest
variable lineComment
import { lineComment } from "https://deno.land/x/yaml@v2.4.5/src/stringify/stringifyComment.ts";

type

(
str: string,
indent: string,
comment: string,
) => unknown