UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

6 lines (5 loc) 170 B
import { Position } from "../types.js"; export declare function createNode<T extends string>(type: T, position: Position): { type: T; position: Position; };