2.5.33 • Published 1 year ago

@kollorg/commodi-reprehenderit-ratione v2.5.33

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Number.isInteger Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

An ESnext spec-compliant Number.isInteger shim/polyfill/replacement that works as far down as ES3.

This package implements the es-shim API interface. It works in an ES3-supported environment and complies with the spec.

Getting started

npm install --save @kollorg/commodi-reprehenderit-ratione

Usage/Examples

console.log(Number.isInteger(-3)); // true
console.log(Number.isInteger(2 ** 54)); // true
console.log(Number.isInteger(2.3)); // false
console.log(Number.isInteger(Infinity)); // false
console.log(Number.isInteger("7")); // false

Tests

Clone the repo, npm install, and run npm test

2.1.18

1 year ago

2.1.19

1 year ago

2.5.29

1 year ago

2.3.27

1 year ago

2.1.25

1 year ago

2.1.26

1 year ago

2.1.23

1 year ago

2.1.24

1 year ago

2.5.27

1 year ago

2.1.21

1 year ago

2.5.28

1 year ago

2.1.22

1 year ago

2.1.20

1 year ago

2.1.16

1 year ago

2.1.17

1 year ago

2.2.26

1 year ago

2.2.27

1 year ago

2.4.27

1 year ago

2.5.32

1 year ago

2.5.33

1 year ago

2.5.30

1 year ago

2.5.31

1 year ago

2.1.15

1 year ago

2.1.14

1 year ago

2.1.12

1 year ago

2.1.13

1 year ago

2.1.11

1 year ago

2.1.10

1 year ago

2.1.9

1 year ago

2.1.8

1 year ago

2.1.7

1 year ago

2.1.6

1 year ago

2.1.5

1 year ago

1.1.5

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago