Skip to main content

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.