📄 node.d.ts
/home/palash/git/site/node_modules/tsutils/typeguard/2.9/node.d.ts
Language: ts • Lines: 3
export * from '../2.8/node';
import * as ts from 'typescript';
export declare function isImportTypeNode(node: ts.Node): node is ts.ImportTypeNode;