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 (3 loc) 218 B
import type { FileInfo } from "jscodeshift"; import type { ITransformerOptions } from "./ITransformerOptions.js"; export declare function getModulePath(file: FileInfo, transformerOptions: ITransformerOptions): string;