Variable ObjectConstantConst

ObjectConstant: {
    library: "typedoc";
    version: "1.2.3";
    githubStars: 1000000;
} = ...

An plain JavaScript object using as const.

Type declaration

  • Readonlylibrary: "typedoc"
  • Readonlyversion: "1.2.3"
  • ReadonlygithubStars: 1000000

    How many people starred us on GitHub.