is-number

CI Code Coverage Deno Doc

Custom badge

Check if an string is Numeric.

Usage

Deno ๐Ÿฆ•

import { isNumeric } from "https://deno.land/x/is_number/mod.ts";

isNumeric("hello")); //=> false

isNumeric("678")); //=> true

Node.js ๐Ÿข

import { is_number } from "@ultirequiem/is-number";

Browser

Using type module ๐Ÿฑ

Using a plain script tag ๐Ÿ‘‡

You have the same API on all of this platforms.

Documentation

Autogenerated Documentation

Support

Open an Issue, I will check it a soon as possible ๐Ÿ‘€

If you want to hurry me up a bit send me a tweet ๐Ÿ˜†

Consider supporting me on Patreon if you like my work ๐Ÿš€

Don't forget to start the repo โญ

Licence

Licensed under the MIT License.