UNPKG

@nodesecure/utils

Version:
7 lines 311 B
/** * @description Transform a JS-X-Ray location to string, example: [[3, 4], [3, 37]] * The first array is the start with [line, column] * The second one is the end with [line, column] */ export declare function locationToString(location: number[][]): string; //# sourceMappingURL=locationToString.d.ts.map