UNPKG
@snyk/fast-glob
Version:
latest (3.2.6-patch)
3.2.6-patch
It's a very fast and efficient glob library for Node.js
github.com/mrmlnc/fast-glob
mrmlnc/fast-glob
@snyk/fast-glob
/
out
/
providers
/
matchers
/
partial.d.ts
5 lines
(4 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
5
import
Matcher
from
'./matcher'
;
export
default
class
PartialMatcher
extends
Matcher
{
match
(
filepath
:
string
):
boolean
; }