Appearance
objHasKeys(input, keys, requireValue): boolean
input
keys
requireValue
boolean
Defined in: packages/core/src/obj/objHasKeys.ts:10
Checks if all the supplied keys exist in an object
object | unknown[]
object
unknown
PropertyKey[] = []
PropertyKey
[]
boolean = false
false