1.0.0 • Published 5 years ago

@extendscript/aes.patch.number.isinteger v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

isinteger

version

Polyfill

The Number.isInteger() method determines whether the passed value is an integer.

Install

npm install @extendscript/aes.patch.number.isinteger

Include

#include 'node_modules/@extendscript/aes.patch.number.isinteger/isinteger.js'

Use

Number.isInteger(0); // true

Test

We can test the code against a range of targets:

npm run test myTarget

We keep a log of test results

More info

Read the docs