Variable: VERSION
constVERSION:string="0.0.8"
Library version string, synced with package.json#version at release time.
Example
import { VERSION } from "@cosyte/deid";
typeof VERSION; // => "string"
constVERSION:string="0.0.8"
Library version string, synced with package.json#version at release time.
import { VERSION } from "@cosyte/deid";
typeof VERSION; // => "string"