Skip to content
1 min read · 31 words

Variable: version

ts
const version: string = __VERSION__;

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.