Files
memecoin-botV2/.pnpm-store/v10/files/26/05e7beb24e3bf6d029e46b19bc21883c7f7cafd18d0ef111a4262b3e6dae171e2b1d88c8a847a38da74bd6a6d9ef7855aeee0eb5d28b599dc7cf6bedb0f912

4 lines
181 B
Plaintext

import * as ts from 'typescript';
import type { TSNode } from './ts-estree';
export declare function checkSyntaxError(tsNode: ts.Node, parent: TSNode, allowPattern: boolean): void;