Urara-Blog/node_modules/.pnpm-store/v3/files/d2/2306b6ed0d969042fbd598dee5884170d3cb3506bc22b75b56cce5dcbf8808d3e9d530285d0081886d1e94ad4e0c8b5cd8468dfe431d2a626231944951c4d5
2022-08-14 01:14:53 +08:00

5 lines
325 B
Text

export * from '../2.9/node';
import * as ts from 'typescript';
export declare function isOptionalTypeNode(node: ts.Node): node is ts.OptionalTypeNode;
export declare function isRestTypeNode(node: ts.Node): node is ts.RestTypeNode;
export declare function isSyntheticExpression(node: ts.Node): node is ts.SyntheticExpression;