Skip to content

Latest commit

 

History

History

number.isinteger

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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