UNPKG

rumble-charts

Version:

Truly declarative React charts components

2 lines (1 loc) 125 B
export declare function omitBy<T extends Record<string, any>>(input: T, predicate: (value: any, key: string) => boolean): T;