Position

Position of a node in a source document.

A position is a range between two points.

Properties

end

end: Point

Place of the first character after the parsed source region.

Defined in

node_modules/@types/unist/index.d.ts:57


start

start: Point

Place of the first character of the parsed source region.

Defined in

node_modules/@types/unist/index.d.ts:52