vituarvom / react-smart-utils

A simple, smart hooks and utility functions to make development easier
https://www.npmjs.com/package/react-smart-utils
13 stars 34 forks source link

Create omit Utility Function #73

Open bharat-dussa opened 1 month ago

bharat-dussa commented 1 month ago

omit

Creates an object composed of the own and inherited enumerable properties of object that are not omitted.

File: src/utils/function/omit/omit.ts Test File: src/utils/function/omit/omit.test.ts

Parameters:

Returns:

Example:

omit({ a: 1, b: 2, c: 3 }, ['b']);  // { a: 1, c: 3 }
vidyabhandari commented 1 month ago

@bharat-dussa I'd like to help with this issue. Could you please assign it to me?

Udaybirru21 commented 1 month ago

I'd like to contribute on this issue. Please assign me

prachidoddi commented 1 month ago

I like to contribute on this issue. Please assign me