UNPKG

es-toolkit-clean

Version:

A lightweight, TypeScript-first library for cleaning JavaScript objects by removing undefined values, empty strings, empty arrays, functions, and other unwanted properties. Built on es-toolkit for superior performance.

2 lines (1 loc) 90 B
export { rmEmpty, rmTrue, cleanObject, cleanString, cleanArray } from '../utils/helpers';