error-if-not-float
v2.0.0
Published
Function triggers error if argument is not float of type 'number'
Downloads
6
Maintainers
Readme
errorIfNotFloat(arg): void
Triggers error if arg
is not float of type 'number' .
Installation
npm i error-if-not-float
Loading
import { errorIfNotFloat } from 'error-if-not-float';