UNPKG

clean-object-keys

Version:

A tiny JavaScript utility to remove null, undefined, and empty string values from objects. Lightweight and supports nested objects.

28 lines (27 loc) 682 B
{ "name": "clean-object-keys", "version": "1.0.5", "description": "A tiny JavaScript utility to remove null, undefined, and empty string values from objects. Lightweight and supports nested objects.", "main": "src/index.js", "scripts": { "test": "node test/index.test.js" }, "keywords": [ "clean", "object", "remove-null", "sanitize-object", "clean-object-keys", "remove-empty-values", "data-cleaner", "payload-cleaner", "sanitize-json", "javascript-object-utils" ], "author": "Manu Kumar Pal", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/manukumar07/clean-object-keys" } }