UNPKG

330 BTypeScriptView Raw
1export * from '../2.9/node';
2import * as ts from 'typescript';
3export declare function isOptionalTypeNode(node: ts.Node): node is ts.OptionalTypeNode;
4export declare function isRestTypeNode(node: ts.Node): node is ts.RestTypeNode;
5export declare function isSyntheticExpression(node: ts.Node): node is ts.SyntheticExpression;