import * as isValid from "https://deno.land/x/is_valid@v1.0.0-beta.16/deps.ts";
Variables
v and | Returns |
Safe getter for | |
v gt | Returns |
v gte | Returns |
Return the | |
Creates a function that will process either the | |
Returns length property. | |
v lt | Returns |
v lte | Returns |
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 pipe | Performs left-to-right function composition. |
v trim | Removes whitespace from both ends of the string. |
Removes space from left ends of the string. | |
Removes space from right ends of the string. | |
|
Type Aliases
Type of any function. | |
Alias for Empty values | |
Alias for Primitive values types. |