UNPKG

bizcharts

Version:
5 lines (4 loc) 141 B
declare const pickWithout: (obj: Record<string, any>, keys: (string | RegExp)[]) => { [key: string]: any; }; export default pickWithout;