UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

6 lines (5 loc) 126 B
export function createTrailingCommentAttachable(trailingComment = null) { return { trailingComment, }; }