unglobbable
A glob pattern that lets node-glob emit an error
const glob = ;const unglobbable = ; ; ;
Useful for writing the failure test case. Example
Installation
npm install unglobbable
API
const unglobbable = ;
unglobbable
Value: string
of the following:
Platform | String |
---|---|
Darwin | /private/var/root/* |
Linux | /proc/*/*/*/* |
Windows | /Documents and Settings/* |
Others | /** |
// On macOSconst glob = ;const unglobbable = ; unglobbable; //=> '/private/var/root/*' ;
License
ISC License © 2018 Shinnosuke Watanabe