thecodrr / fdir

⚡ The fastest directory crawler & globbing library for NodeJS. Crawls 1m files in < 1s
https://thecodrr.github.io/fdir/
MIT License
1.51k stars 58 forks source link

use the correct string type #16

Closed OmgImAlexis closed 4 years ago

OmgImAlexis commented 4 years ago

String is the string constructor. If you're wanting a string like '', "", or `` then you need to use string.

thecodrr commented 4 years ago

Hey thanks a ton!