Gets the alias of the given version, e.g. 'stable' or 'dev'.
Versions lower than 1.0.0 or with a pre-release label (e.g. 1.0.0-alpha.1) will be considered 'dev'. All other versions will be considered 'stable'.
The alias of the given version.
Optional
Defaults to the version from package.json
package.json
The version set in the typedoc options for the 'stable' alias.
The version set in the options for the 'dev' alias.
Generated using TypeDoc
Gets the alias of the given version, e.g. 'stable' or 'dev'.
Remarks
Versions lower than 1.0.0 or with a pre-release label (e.g. 1.0.0-alpha.1) will be considered 'dev'. All other versions will be considered 'stable'.
Returns
The alias of the given version.