UNPKG

@nodesecure/js-x-ray

Version:
5 lines 315 B
import type { ESTree } from "meriyah"; export type SourceArrayLocation = [[number, number], [number, number]]; export declare function rootLocation(): ESTree.SourceLocation; export declare function toArrayLocation(location?: ESTree.SourceLocation): SourceArrayLocation; //# sourceMappingURL=toArrayLocation.d.ts.map