Variable: VERSION
constVERSION:"0.0.0"="0.0.0"
Library version string, synced with package.json#version by downstream release tooling.
Example
import { VERSION } from "@cosyte/synth";
console.log(VERSION);
constVERSION:"0.0.0"="0.0.0"
Library version string, synced with package.json#version by downstream release tooling.
import { VERSION } from "@cosyte/synth";
console.log(VERSION);