js-ultimate
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

js-ultimate v1.0.5

Functional utility library - simple, typed, powerful

bundle size npm downloads npm version MIT license

js-ultimate

Install

yarn add js-ultimate

Usage

import { isNumber } from "js-ultimate";

console.log(isNumber(123))       // true;
console.log(isNumber("123"))     // false;

List utils

  1. Typed
    • isArray
    • isObject
    • isFunction
    • isString
    • isNumber
    • isDate
    • isPromise
    • isSymbol
    • isNil
    • isEmpty
    • isEqual

Dependencies (0)

    Dev Dependencies (13)

    Package Sidebar

    Install

    npm i js-ultimate

    Weekly Downloads

    0

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    24.7 kB

    Total Files

    20

    Last publish

    Collaborators

    • hoatepdev