UNPKG

code-migration-helpers

Version:

Provides useful (but currently not thorough) code migration helpers

10 lines 270 B
export const kProcessCmdType = { addExtToImports: 'add-ext', jestToVitest: 'jest-to-vitest', renameExt: 'rename-ext', addIndexFile: 'add-index', renameFile: 'rename-file', help: 'help', version: 'version', }; //# sourceMappingURL=types.js.map