source: trip-planner-front/node_modules/fast-glob/out/providers/filters/error.d.ts@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 265 bytes
Line 
1import Settings from '../../settings';
2import { ErrorFilterFunction } from '../../types';
3export default class ErrorFilter {
4 private readonly _settings;
5 constructor(_settings: Settings);
6 getFilter(): ErrorFilterFunction;
7 private _isNonFatalError;
8}
Note: See TracBrowser for help on using the repository browser.