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
/
filters
/
error.d.ts
9 lines
(8 loc)
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
Settings
from
'../../settings'
;
import
{
ErrorFilterFunction
}
from
'../../types'
;
export
default
class
ErrorFilter
{
private
readonly
_settings;
constructor
(
_settings
:
Settings
);
getFilter
():
ErrorFilterFunction
;
private
_isNonFatalError; }