Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Variables

Type aliases

ModuleVersionInfo

ModuleVersionInfo: { date: Date; git: { revision: string }; version: string }

Format of the VERSION export describing the module version.

Type declaration

  • date: Date

    The date of the build.

  • git: { revision: string }

    Information obtained from git.

    • revision: string

      The commit ID that was built.

  • version: string

    The semantic version string for the package.

Variables

Const VERSION

The version information, injected from package.json and elsewhere by the build process.

Generated using TypeDoc