UNPKG

@wroud/di-tools-codemod

Version:

@wroud/di-tools-codemod is a codemod utility that automates the migration of your codebase from Inversify to @wroud/di. It streamlines the transformation process, allowing for effortless and customizable transitions through configuration support.

4 lines 314 B
import { type Collection, type JSCodeshift } from "jscodeshift"; import type { ISupportedPackage } from "./ISupportedPackage.js"; export declare function transformImports(j: JSCodeshift, root: Collection<any>, packages: ISupportedPackage[]): ISupportedPackage | null; //# sourceMappingURL=transformImports.d.ts.map