What is glob?
"the most correct and second fastest glob implementation in JavaScript"
glob is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 435.6 KB on disk.
Installation Guide
# Install via NPM
npm install glob
# Install via Yarn
yarn add glob