Skip to content

@pqc-sdk/core / version

Variable: version

const version: string = __PQC_CORE_VERSION__

SDK version.

Example

ts
import { version } from '@pqc-sdk/core';

console.log(version); // e.g. "0.1.0"