Closed
Description
If I want to use globby sync method, the code like this:
import { glob } from 'zx';
const result = glob.globbySync(['**/*.dll']);
This doesn't look very elegant. I think the below one is more elegant:
import { glob } from 'zx';
const result = glob.sync(['**/*.dll']);
If possible, I can submit a pr
Metadata
Metadata
Assignees
Labels
No labels