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