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.

5 lines (4 loc) 124 B
import type { Decorator } from "jscodeshift"; export type WithDecorators<T> = T & { decorators?: Decorator[] | null; };