import * as equal from "https://deno.land/x/equal@v1.5.0/deps.ts";
Variables
v and | Returns |
Safe getter for | |
Returns an array of key/values of the enumerable properties of an object. | |
v F | A function that always returns |
v has | Returns whether or not an object has an own property with the specified name. |
Return the | |
Creates a function that will process either the | |
Whatever argument is | |
Whatever argument is type of | |
Whatever argument is type of | |
Whatever argument is JSON Object or not. | |
Whatever argument is type of | |
Whatever argument is type of | |
Whatever argument is type of | |
Whatever argument is | |
Whatever argument is type of | |
Returns the number of elements in the array or string length. | |
v N | Returns the |
v not | Returns the function as is with return value |
v or | Returns true if one or both of its arguments are true; otherwise false. |
v xor | Returns true if one of the arguments is truthy and the other is falsy; otherwise false. |
Type Aliases
Type of any function. | |
Alias for Primitive values types. |