removeEmptyStrings
Stentor API Reference / stentor-utils/src / removeEmptyStrings
Function: removeEmptyStrings()
removeEmptyStrings\<
T>(obj):T
Defined in: packages/stentor-utils/src/object/index.ts:208
Creates a copy and removes the empty strings from the object.
Type Parameters​
T​
T extends object
Parameters​
obj​
T
Returns​
T