fast glob. but use go, so high-speed
npm i go-globby
import { globbyBin } from 'go-globby'
await globbyBin([
'**/*.json', // Recursive acquisition
'!package.json', // Ignore the current directory's package.json
'!node_modules/**/*' // Ignore node_modules folder
])
Made with markthree
Published under MIT License.