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 336 B
import type { JSCodeshift } from "jscodeshift"; import type { IInjectableDependencyInfo } from "./IInjectableDependencyInfo.js"; export declare function createInjectableDecorator(j: JSCodeshift, dependencies: IInjectableDependencyInfo[]): import("ast-types").namedTypes.Decorator; //# sourceMappingURL=createInjectableDecorator.d.ts.map