Polyfill
The Number.isInteger()
method determines whether the passed value is an integer.
npm install @extendscript/aes.patch.number.isinteger
#include 'node_modules/@extendscript/aes.patch.number.isinteger/isinteger.js'
Number.isInteger(0); // true
We can test the code against a range of targets:
npm run test myTarget
We keep a log of test results
Read the docs