UNPKG

@happyvibess/node-cleaner

Version:

🧹 Interactive CLI tool to find and clean node_modules directories and free up space

10 lines (6 loc) • 135 B
import { Parser } from './postcss.js' interface Parse extends Parser { default: Parse } declare const parse: Parse export = parse