UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

8 lines (7 loc) 175 B
import { createNode } from "./node.js"; export function createAnchor(position, value) { return { ...createNode("anchor", position), value, }; }