Skip to content

@serenity-is/corelib / clearKeys

Function: clearKeys()

clearKeys(d): void

Defined in: src/compat/system-compat.ts:207

Removes all own enumerable properties from the given object.

Parameters

d

any

The dictionary/object to clear. All own properties are deleted in place.

Returns

void