@extendscript/aes.patch.number.isinteger
v1.0.0
Published
The `Number.isInteger()` method determines whether the passed value is an integer.
Readme
isinteger
Polyfill
The Number.isInteger() method determines whether the passed value is an integer.
Install
npm install @extendscript/aes.patch.number.isintegerInclude
#include 'node_modules/@extendscript/aes.patch.number.isinteger/isinteger.js'Use
Number.isInteger(0); // trueTest
We can test the code against a range of targets:
npm run test myTargetWe keep a log of test results
More info
Read the docs
