HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/nodejs/fast-glob/out/providers/filters/
Upload File :
Current File : //proc/self/root/usr/share/nodejs/fast-glob/out/providers/filters/error.d.ts
import Settings from '../../settings';
import { ErrorFilterFunction } from '../../types';
export default class ErrorFilter {
    private readonly _settings;
    constructor(_settings: Settings);
    getFilter(): ErrorFilterFunction;
    private _isNonFatalError;
}