Variable ObjectConstantConst

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

An plain JavaScript object using as const.

Type declaration

  • Readonly library: "typedoc"
  • Readonly version: "1.2.3"
  • Readonly githubStars: 1000000

    How many people starred us on GitHub.