UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

4 lines (3 loc) 81 B
export function createNode(type, position) { return { type, position }; }