Skip to content

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

FunctionDescription
isUrlValidates if the given string is a valid URL.
isValidIPValidates if the given string is a valid IP address.
isValidIPv4-
isValidIPv6-
merge-
tryit-

Version v1.33.1 - Built on 2026-03-28