is Module
Type checking and value inspection functions.
Value Checks
Type Checks
Permission Checks
Function Reference
| Function | Description |
|---|---|
| is::some | Check if a value is not none (has some value) |
| is::none | Check if a value is none (has no value) |
| is::type | Check if a value is of a specified type |
| is::root | Check if the current user has root privileges |
| is::anonymous | Check if the current user is anonymous (not authenticated) |
