@webinmove/hakuna-tupu
v1.0.4
Published
Util to remove empty string, undefined, null and empty arrays in nested objects and arrays
Downloads
999
Readme
HakunaTupu
Description
Hakuna Tupu means "no empty" in Swahili.
Util to remove empty string, undefined, null and empty arrays in nested objects and arrays
Here is an exemple:
const hakunaTupu = new HakunaTupu({
removeEmptyArrays: true,
removeEmptyObjects: true,
removeEmptyStrings: true,
removeUndefined: true,
removeNull: true
});
const result = hakunaTupu.removeEmpty(objectToEmpty);