UNPKG

med-table

Version:
3 lines (2 loc) 169 B
import { FILTER_TYPES } from '../../types/filterTypes'; export declare const filterMethodsMap: Map<FILTER_TYPES, (value?: string | undefined, filter?: any) => boolean>;