Checks if obj.key is a function, and calls it with any given args.
obj.key
args
obj.key(...args) or undefined.
obj.key(...args)
undefined
Rest
Generated using TypeDoc
Checks if
obj.key
is a function, and calls it with any givenargs
.Returns
obj.key(...args)
orundefined
.