This module provides a collection of utility functions for type checking and validation.

Usage

The functions in this module can be accessed using the syntax ix.api.is.functionName();

Example

// Returns: true
ix.api.is.isDate(new Date());

// Returns: false
ix.api.is.isDate("2022-01-01");

Index

Functions