UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

3 lines (2 loc) 129 B
import { Point } from "../types.js"; export declare function createPoint(offset: number, line: number, column: number): Point;