UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

3 lines (2 loc) 195 B
import { MappingItem, MappingKey, MappingValue, Position } from "../types.js"; export declare function createMappingItem(position: Position, key: MappingKey, value: MappingValue): MappingItem;