Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NullableMappedPosition

interface NullableMappedPosition {
column: number | null;
line: number | null;
name: string | null;
source: string | null;
}

§Properties

§
column: number | null
[src]
§
line: number | null
[src]
§
name: string | null
[src]
§
source: string | null
[src]