Const
The current version of the library, extracted from package.json.
package.json
This value is read synchronously from package.json at module load time. It reflects the exact version installed.
console.log(VERSION); // "0.1.1"@public Copy
console.log(VERSION); // "0.1.1"@public
0.1.1
The current version of the library, extracted from
package.json.