Skip to main content
Version: v0.0.2

Variable: VERSION

const VERSION: string = "0.0.2"

Library version string, synced with package.json#version at build time by downstream phases. Exported now so consumers (and the type-check pipeline) have at least one symbol to resolve through the exports map.

Example

import { VERSION } from "@cosyte/x12";
console.log(VERSION);