UNPKG

279 BTypeScriptView Raw
1import { IImport, IParserOptions } from "import-sort-parser";
2export declare function parseImports(code: string, options?: IParserOptions): IImport[];
3export declare function formatImport(code: string, imported: IImport, eol?: string): string;
4//# sourceMappingURL=index.d.ts.map
\No newline at end of file