fast-is-number
v1.0.2
Published
[![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) [
Downloads
9
Maintainers
Readme
fast-is-number
The most performant and fastes way to check if a value is a number!
📂・Installation
npm i fast-is-number
💡・Features
- Made in TS
- Simple
- No third party packages
📃・Usage
import isNumber from 'fast-is-number';
isNumber(1); // TRUE