is-plain-number

This is a JavaScript utility. It returns `true` if the value is a number or plain number string (not in scientific exponential notation or hexadecimal notation for instance).

Usage no npm install needed!

<script type="module">
  import isPlainNumber from 'https://cdn.skypack.dev/is-plain-number';
</script>

README

is-plain-number NPM version Bundle size

This module is deprecated. Please use the is-string-a-number module instead.