UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

8 lines (7 loc) 246 B
import { createFlowCollection } from "./flow-collection.js"; export function createFlowMapping(position, content, children) { return { ...createFlowCollection(position, content, children), type: "flowMapping", }; }