@guanghechen/helper-is
TypeScript icon, indicating that this package has built-in type declarations

6.0.0-alpha.1 • Public • Published

@guanghechen/helper-is


Utilities to detect data type.

Install

  • npm

    npm install --save-dev @guanghechen/helper-is
  • yarn

    yarn add --dev @guanghechen/helper-is

Usage

Name Description
isArray Check if the given data is a Array type
isBigint Check if the given data is a bigint type
isBoolean Check if the given data is a boolean / Boolean type
isDate Check if the given data is a Date type
isFunction Check if the given data is a Function type
isInteger Check if the given data is a Integer type
isNumber Check if the given data is a number / Number type
isObject Check if the given data is a Object type
isString Check if the given data is a string / String type
isSymbol Check if the given data is a symbol type
isUndefined Check if the given data is a undefined type
isPlainObject Check if the given value is a plain object.
isPrimitiveBoolean Check if the given data is a boolean type
isPrimitiveInteger Check if the given data is a integer type
isPrimitiveNumber Check if the given data is a number type
isPrimitiveString Check if the given data is a string type
isNonBlankString Check if the given data is an non-blank string / String type
isNotEmptyArray Check if the given data is an not-empty Array type
isNotEmptyObject Check if the given data is an not-empty Object type
isEmptyObject Check if the given data is an empty Object type
isNumberLike Check if the given data is an number / Number or number like string type

/@guanghechen/helper-is/

    Package Sidebar

    Install

    npm i @guanghechen/helper-is

    Weekly Downloads

    746

    Version

    6.0.0-alpha.1

    License

    MIT

    Unpacked Size

    40.3 kB

    Total Files

    8

    Last publish

    Collaborators

    • lemonclown