UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

8 lines (7 loc) 187 B
//#region src/utils/get-point-text.ts // istanbul ignore next -- @preserve function getPointText(point) { return `${point.line}:${point.column}`; } //#endregion export { getPointText };