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.

6 lines (5 loc) 139 B
import type { Identifier } from "jscodeshift"; export interface IInjectableDependencyInfo { multiple: boolean; type: Identifier; }