UNPKG

144 BTypeScriptView Raw
1import { FilterImpl } from './filter-impl';
2export interface FilterImplOptions {
3 (this: FilterImpl, value: any, ...args: any[]): any;
4}