Variable: VERSION
constVERSION:string="0.0.3"
Library version string, synced with package.json#version by the build.
Example
import { VERSION } from "@cosyte/ncpdp";
console.log(VERSION);
constVERSION:string="0.0.3"
Library version string, synced with package.json#version by the build.
import { VERSION } from "@cosyte/ncpdp";
console.log(VERSION);