UNPKG

141 BTypeScriptView Raw
1declare const pickWithout: (obj: Record<string, any>, keys: (string | RegExp)[]) => {
2 [key: string]: any;
3};
4export default pickWithout;