objrmprop
MITUse this module to create a new object by removing properties from an existing object. E.g: const user = {name: "Mohammed MT", title: "SSE"}; const newUser = objrmprop(user, ["title"]); OR const newUser = objrmprop(user, "title"); // Results {name: Mohamm
85
Security score
0 known advisories in v1.0.7
Weekly downloads
10
Unpacked size
2.1 kB
Dependencies
0
Last publish
5 years ago
Security advisories
No known vulnerabilities affect v1.0.7.