@nodesecure/js-x-ray
Version:
JavaScript AST XRay analysis
5 lines • 315 B
TypeScript
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