Function: objHasKeys()
objHasKeys(
input,keys,requireValue):boolean
Defined in: packages/core/src/obj/objHasKeys.ts:10
Checks if all the supplied keys exist in an object
Parameters
input
object | unknown[]
keys
PropertyKey[] = []
requireValue
boolean = false
(optional) whether each property should have some value.
Returns
boolean