Skip to main content
Module

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

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

type

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