fshost / node-dir

Recursive asynchronous file and directory operations for Node.js
MIT License
221 stars 44 forks source link

can we use something like import {dir} from 'node-dir' #63

Open mark-hahn opened 2 years ago

mark-hahn commented 2 years ago

Is there any way to treat node-dir as an import module? I can't use require in my module.

alburdette619 commented 1 year ago

I was wondering the same...