UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

4 lines (3 loc) 94 B
export function createPoint(offset, line, column) { return { offset, line, column }; }