Module

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

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

type

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