fast-is-number
v1.0.2
Published
[](https://discord.gg/ZVERh35) [](https://npmjs.com/fast-is-number) [
Downloads
14
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