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.

8 lines 224 B
export interface ISupportedPackage { name: string; replace: string; injectableDecorator?: string; injectDecorator?: string; multiInjectDecorator?: string; } //# sourceMappingURL=ISupportedPackage.d.ts.map