enhancementhelp wanted
Metriche repository
- Star
- (5022 stelle)
- Metriche merge PR
- (Merge medio 1g 16h) (399 PR mergiate in 30 g)
Descrizione
import {dirname} from 'path';
const foo = dirname(bar)
->
import path from 'path';
const foo = path.dirname(bar)
I think it's doable.