UNPKG

tsutils

Version:

utilities for working with typescript's AST

4 lines (3 loc) 150 B
export * from '../2.8/node'; import * as ts from 'typescript'; export declare function isImportTypeNode(node: ts.Node): node is ts.ImportTypeNode;