Skip to content

Commit b500318

Browse files
committed
Remove line.
1 parent 57e0193 commit b500318

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const createPattern = (matcher) => {
2020
if (typeof matcher === 'function') {
2121
return matcher;
2222
}
23-
const isString = typeof matcher === 'string';
2423
if (typeof matcher === 'string') {
2524
const glob = picomatch(matcher);
2625
return (string) => matcher === string || glob(string);

0 commit comments

Comments
 (0)