4 lines
181 B
Plaintext
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;
|