UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

9 lines (8 loc) 331 B
import { createLeadingCommentAttachable } from "./leading-comment-attachable.js"; import { createTrailingCommentAttachable } from "./trailing-comment-attachable.js"; export function createCommentAttachable() { return { ...createLeadingCommentAttachable(), ...createTrailingCommentAttachable(), }; }