UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

8 lines (7 loc) 143 B
export function createContent(tag, anchor, middleComments) { return { anchor, tag, middleComments, }; }