1.0.2 • Published 10 months ago

deep-cleaner-js v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

const config = { cleanNull: true, cleanEmptyString: true };

const cleanedData = cleanData(jsonData, config); console.log(cleanedData);

const config = { cleanNull: true, cleanUndefined: true, cleanEmptyString: true, cleanZero: true };

const cleanedData = cleanData(jsonData, config); console.log(cleanedData);

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago