UNPKG

import-conductor

Version:

Automatically organize your Typescript import statements

8 lines (7 loc) 259 B
export declare const actions: { none: string; skipped: string; reordered: string; }; export declare function organizeImportsForFile(filePath: string): Promise<string>; export declare function organizeImports(fileContent: string): Promise<string>;