UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

12 lines (10 loc) 298 B
import { createFlowCollection } from "./flow-collection.mjs"; //#region src/factories/flow-mapping.ts function createFlowMapping(position, content, children) { return { ...createFlowCollection(position, content, children), type: "flowMapping" }; } //#endregion export { createFlowMapping };