1.0.2 • Published 2 years ago

@millie-wy/is-number v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

is-number

License Issues Size Social

is-number is your best handy tool for checking if the argument you are passing in is a number 👍

Installation

$ npm install @millie-wy/is-number

Usage

import { isNumber } from "@millie-wy/is-number";

isNumber(123)
//=> true

isNumber("123")
//=> false

isNumber("hello")
//=> false

FAQ

When should I use this powerful tool? When you don't know your argument is a number.

Maintainers