Minimatch To Named Imports

/icons/calendar.svg

Last update

Oct 21, 2024

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