UNPKG

@cbinsights/fds

Version:
2 lines (1 loc) 137 B
export declare const filterByStringProp: <T>(data: T[], prop: keyof T, op: 'equals' | 'contains' | 'starts-with', value: string) => T[];