UNPKG
globby
Version:
latest (14.1.0)
version11 (11.1.0)
14.1.0
14.0.2
14.0.1
14.0.0
13.2.2
13.2.1
13.2.0
13.1.4
13.1.3
13.1.2
13.1.1
13.1.0
13.0.0
12.2.0
12.1.0
12.0.2
12.0.1
12.0.0
11.1.0
11.0.4
11.0.3
11.0.2
11.0.1
11.0.0
10.0.2
10.0.1
10.0.0
9.2.0
9.1.0
9.0.0
8.0.2
8.0.1
8.0.0
7.1.1
7.1.0
7.0.0
6.1.0
6.0.0
5.0.0
4.1.0
4.0.0
3.0.1
3.0.0
2.1.0
2.0.0
1.2.0
1.1.0
1.0.0
0.1.1
0.1.0
User-friendly glob matching
github.com/sindresorhus/globby
sindresorhus/globby
globby
/
utilities.js
2 lines
(1 loc)
•
64 B
JavaScript
View Raw
1
2
export
const
isNegativePattern = pattern => pattern[
0
] ===
'!'
;