Appearance
@pqc-sdk/core / version
Variable: version
constversion:string=__PQC_CORE_VERSION__
SDK version.
Example
ts
import { version } from '@pqc-sdk/core';
console.log(version); // e.g. "0.1.0"