Files
memecoin-botV2/.pnpm-store/v10/files/6b/7c104d2ace5500fbec0ad0e881c59c85c88ff3d52405569efe28332ba1654fefd5bea08d0301796b53aeaf8775c3eb948e99a1c9c460fceca97aacb56fa7b2

4 lines
239 B
Plaintext

import type { TSESTree } from '@typescript-eslint/utils';
import type { SourceCode } from '@typescript-eslint/utils/ts-eslint';
export declare function getTextWithParentheses(sourceCode: Readonly<SourceCode>, node: TSESTree.Node): string;