ts-lambda-api - v2.5.2
    Preparing search index...

    Type Alias LinePos

    type LinePos = {
        col: number;
        line: number;
    }
    Index

    Properties

    Properties

    col: number
    line: number