1.3.0 • Published 7 months ago

@nielse63/is-numeric v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@nielse63/is-numeric

Determines if a given value is a number (even if it's a string)

npm (scoped) npm GitHub issues by-label

Installation

npm install --save @nielse63/is-numeric

Usage

API

import isNumeric from '@nielse63/is-numeric';

isNumeric('1'); // true
isNumeric(1); // true
isNumeric(null); // false
isNumeric({}); // false
1.3.0

7 months ago

1.2.0

7 months ago