An open API service indexing awesome lists of open source software.

https://github.com/fb-sean/fast-is-number

Typscript utility to check if a given is a number or a string number.
https://github.com/fb-sean/fast-is-number

Last synced: about 2 months ago
JSON representation

Typscript utility to check if a given is a number or a string number.

Awesome Lists containing this project

README

        

# fast-is-number

[![discordBadge](https://img.shields.io/badge/Chat-Click%20here-7289d9?style=for-the-badge&logo=discord)](https://discord.gg/ZVERh35)
[![downloadsBadge](https://img.shields.io/npm/dt/fast-is-number?style=for-the-badge)](https://npmjs.com/fast-is-number)
[![versionBadge](https://img.shields.io/npm/v/fast-is-number?style=for-the-badge)](https://npmjs.com/fast-is-number)



NPM Info


The most performant and fastes way to check if a value is a number!

# 📂・Installation
```powershell
npm i fast-is-number
```
# 💡・Features
- Made in TS
- Simple
- No third party packages
# 📃・Usage
```js
import isNumber from 'fast-is-number';

isNumber(1); // TRUE
```

# 👥・Contact Us

### If you have any problems you can join our [Discord Server](https://discord.gg/ZVERh35).