0.1.1 • Published 3 years ago

@annexe/number v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@annexe/number

@annexe/number houses all annexe number methods under the number namespace.

Methods

The following are available methods under the number namespace:

  • isNumber
  • isFloat
  • isFinite

Usage

import number from '@annexe/number';

const myVar = '1';
console.log(number.isNumber(myVar)); // logs FALSE