UNPKG

import-conductor

Version:

Automatically organize your Typescript import statements

3 lines (2 loc) 103 B
import { Node } from 'typescript'; export declare function collectImportNodes(rootNode: Node): Node[];