Minimatch To Named Imports

1.0.1Last update Oct 21, 2024
by@mohebifar

Example

This codemod turns default import statements for minimatch to named imports.

Before

import minimatch from 'minimatch';

After

import {minimatch} from 'minimatch';

Build custom codemods

Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community

background illustrationGet Started Now