Point

Defined in: node_modules/.bun/@types+unist@3.0.3/node_modules/@types/unist/index.d.ts:27

One place in a source file.

Properties

column

column: number

Defined in: node_modules/.bun/@types+unist@3.0.3/node_modules/@types/unist/index.d.ts:36

Column in a source file (1-indexed integer).


line

line: number

Defined in: node_modules/.bun/@types+unist@3.0.3/node_modules/@types/unist/index.d.ts:31

Line in a source file (1-indexed integer).


offset?

optional offset?: number

Defined in: node_modules/.bun/@types+unist@3.0.3/node_modules/@types/unist/index.d.ts:40

Character in a source file (0-indexed integer).