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.

7 lines (6 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isReexportPackage = isReexportPackage; function isReexportPackage(supportedPackage) { return supportedPackage.name === supportedPackage.replace; }