Utils (client/server side)
This package contains a set of utilities that can be used on both the client and server side.
Usage
All functions can be imported from the package like this for example:
typescript
import { isValidIp } from '@keload/node-red-dxp/utils';And you benefit from tree-shaking in the final bundle 🚀
INFO
This documentation is automatically generated from the source code.
Functions
| Function | Description |
|---|---|
| isUrl | Validates if the given string is a valid URL. |
| isValidIP | Validates if the given string is a valid IP address. |
| - | |
| - | |
| merge | - |
| tryit | - |