Interface: ProcessVersions


CloudControl Pro 9 Docs / globals / NodeJS / ProcessVersions

Interface: ProcessVersions

globals.NodeJS.ProcessVersions

Table of contents

Properties

Properties

autojspro

autojspro: string

Add the autojspro property to process.versions to get the autojspro version.

Example

"nodejs";
console.log(process.versions.autojspro);