@extendscript/aes.patch.number.isinteger
v1.0.0
Published
The `Number.isInteger()` method determines whether the passed value is an integer.
Downloads
2
Readme
isinteger
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