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