Skip to content
1 min read · 34 words

Variable: version

ts
const version: string = __VERSION__;

Defined in: index.ts:12

The current version of the package.

TIP

This is a constant that is replaced during the build process with the actual version of the package.