Variable: VERSION
constVERSION:string="0.0.3"
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/hl7";
console.log(VERSION);