UNPKG

150 BTypeScriptView Raw
1export * from '../2.8/node';
2import * as ts from 'typescript';
3export declare function isImportTypeNode(node: ts.Node): node is ts.ImportTypeNode;