Files
memecoin-botV2/.pnpm-store/v10/files/b5/cde8e67b2f0e9e01efdaa29ce345e7808c8a7e8d949fbc5af5c14de994ad6d2bc2c8b7573f1fc149d9843a539d354c959b2003ed62cde733f00e44fb5c9fd9

3 lines
189 B
Plaintext

import type { TSESLint, TSESTree } from '@typescript-eslint/utils';
export declare function rangeToLoc(sourceCode: TSESLint.SourceCode, range: TSESLint.AST.Range): TSESTree.SourceLocation;