the target object.
the source to extend to the target.
Checks if value is an array.
the value to inspect.
Checks if a value is boolean like.
the value to inspect.
Checks if value or value.type is "checkbox".
the string or object containing type to inspect.
Checks if an object is an element.
the value to inspect as element.
Checks if an object is an element or a virtual element.
the value to inspect as element or virtual.
Checks if value is matching tag type.
the tag type or object containing type.
the value to match.
Checks if string, object or array are empty.
the value to inspect.
Checks if value or value.type is "file".
the string or object containing type to inspect.
Checks if is a function.
the value to inspect.
Checks if value or value.type is "hidden".
the string or object containing type to inspect.
Checks if is null or undefined.
the value to inspect.
Checks if is an object.
the value to inspect.
Checks if is a plain object.
the value to inspect.
Checks if element is of type that should prevent enter key submits.
the value to check element type.
Checks loosely if value is a promise.
the value to inspect.
Checks if value or value.type is "radio".
the string or object containing type to inspect.
Checks if value or value.type is "select".
the string or object containing type to inspect.
Checks if value or value.type is "select-multiple".
the string or object containing type to inspect.
Checks if value or value.type is "select-one".
the string or object containing type to inspect.
Checks if is a string.
the value to inspect.
Checks if value or value.type is "text".
the string or object containing type to inspect.
Checks if value.type is text like input (i.e. not radio, check, submit, reset etc.)
the string or object containing type to inspect.
Checks if value or value.type is "textarea".
the string or object containing type to inspect.
Checks if a value is truthy.
the value to inspect.
Checks if value is undefined.
the value to inspect.
Checks if an object is an element or is a virtual.
the value to inspect as element or virtual.
Merges two objects.
the target object.
the source object to add to target.
Non operation function.
a default value to return for noop.
Parses boolean value.
the value to inspect
Promise wrapper that returns an object when used
with await
preventing the need for try/catch.
the promise to be executed.
Ensures default when value is undefined.
the value to inspect.
the default if value is undefined.
Generated using TypeDoc
Similar to merge but only extends top levels.