Skip to main content

Interface: StripEmptyOptions

Defined in: object/stripEmpty/index.ts:13

Options for stripEmpty operation.

Properties

deep?

readonly optional deep: boolean

Defined in: object/stripEmpty/index.ts:32

Whether to strip recursively in nested objects (default: true).


stripEmptyArrays?

readonly optional stripEmptyArrays: boolean

Defined in: object/stripEmpty/index.ts:22

Whether to remove empty arrays (default: true).


stripEmptyObjects?

readonly optional stripEmptyObjects: boolean

Defined in: object/stripEmpty/index.ts:27

Whether to remove empty objects (default: true).


stripEmptyStrings?

readonly optional stripEmptyStrings: boolean

Defined in: object/stripEmpty/index.ts:17

Whether to remove empty strings (default: true).