UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

4 lines (3 loc) 165 B
import { Context } from "../transform.js"; import { Point } from "../types.js"; export declare function transformOffset(offset: number, context: Context): Point;