Defined in: node_modules/@types/unist/index.d.ts:48
Position of a node in a source document.
A position is a range between two points.
end:
Point
Defined in: node_modules/@types/unist/index.d.ts:57
Place of the first character after the parsed source region.
start:
Point
Defined in: node_modules/@types/unist/index.d.ts:52
Place of the first character of the parsed source region.