Skip to main content

FilterOperatorFunction type

filter function type

Signature:

export type FilterOperatorFunction = (a: any, b: any) => boolean;