Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.76 KB

integerDigits.md

File metadata and controls

38 lines (30 loc) · 1.76 KB

Type Enforcer Math

An extension of type-enforcer with Math related data types and enforcer functions

npm build coverage deps size vulnerabilities license


integerDigits(value) ⇒ number

Gets the number of digits to the left of the decimal point.

Param Type Description
value number The number to check.