Public API
Function
Helper
// Helper.
import {
recognizeValue, // From the `5.0.0` version
typeOf,
} from '@angular-package/type';is
is// `is` prefix functions.
import {
isArray,
isBigInt,
isBoolean,
isBooleanObject,
isBooleanType,
isClass,
isDate, // From the 4.2.0 version.
isDefined,
isFalse, // From the 4.2.0 version.
isFunction,
isInstance,
isKey,
isNull,
isNumber,
isNumberBetween, // From the 4.2.0 version.
isNumberObject,
isNumberType,
isObject,
isObjectKey,
isObjectKeyIn,
isObjectKeys,
isObjectKeysIn, // From the 5.0.0 version
isObjectSomeKeys, // From the 5.0.0 version
isParam,
isPrimitive,
isRegExp, // From the 4.2.0 version.
isString,
isStringIncludes, // From the 5.0.0 version
isStringIncludesSome, // From the 5.0.0 version
isStringLength, // From the 4.2.0 version.
isStringLengthBetween, // From the 5.0.0 version
isStringObject,
isStringType,
isSymbol,
isTrue, // From the 4.2.0 version.
isType,
isUndefined,
} from '@angular-package/type';isNot
isNotare
areguard
guardObject
Interface
Type
Last updated