UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

3 lines (2 loc) 178 B
import { Anchor, Comment, Content, Tag } from "../types.js"; export declare function createContent(tag: Tag | null, anchor: Anchor | null, middleComments: Comment[]): Content;