Type alias Location

Location: any | {
    end: number;
    source: Source;
    start: number;
}

Generated using TypeDoc