UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

7 lines (6 loc) 189 B
import { Position } from "../types.js"; export declare function createComment(position: Position, value: string): { value: string; type: "comment"; position: Position; };