Jonas Jenwald 8686baede5 Replace value === (value | 0) checks with Number.isInteger(value) in the src/ folder
Rather than doing what (at first) may seem like a fairly obscure comparison, using `Number.isInteger` will clearly indicate the intent of the code.
2017-09-09 14:12:52 +02:00
..
2017-07-07 09:40:24 -05:00
2017-07-07 09:40:24 -05:00