jprichardson / node-klaw

A Node.js file system walker with a Readable stream interface. Extracted from fs-extra.
MIT License
317 stars 41 forks source link

How to use it with ESM #49

Closed cheulong closed 1 month ago

RyanZim commented 1 month ago

Klaw is still a CJS module, but it only has a single export, so it works just fine in ESM:

import klaw from 'klaw'