ProcessVersions
10/22/22Less than 1 minute
globals NodeJS.ProcessVersions
Augments Node’s built-in process.versions with an autojspro string reporting the host Auto.js Pro build.
Table of contents
Properties
Properties
autojspro
autojspro:string
Auto.js Pro application / runtime version identifier.
Example
"nodejs";
console.log(process.versions.autojspro);