has
Updated on August 22, 2024Source codeTests
createHas
is a pipe that transforms an object to a boolean indicating whether or not the object has a given key.
Create has
Call createHas
with these parameters to create your has
function:
Parameter
Type
Required
Description
key
any
yes
The key to check for.