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.
- Host: GitHub
- URL: https://github.com/fb-sean/fast-is-number
- Owner: fb-sean
- License: mit
- Created: 2023-08-03T13:48:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T14:17:24.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T04:13:10.643Z (2 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fast-is-number
[](https://discord.gg/ZVERh35)
[](https://npmjs.com/fast-is-number)
[](https://npmjs.com/fast-is-number)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).