-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
Currently
glob
depends on fs
.
But, there seems no async glob.
Feat
async glob
Extra
Default to async
, like https://www.npmjs.com/package/glob
use glob::{glob, globSync};
Or default to sync
.
use glob::{glob, globAsync};
Alternative
Abstract glob
to use custom fs
.
vnghia, DJDuque, aeghn, raviqqe, rmliddle and 10 more
Metadata
Metadata
Assignees
Labels
No labels