Class Version
- Namespace
- easyar.ema
ema Version.
Version
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Version class.
Properties
build
get build(): number;
major
get major(): number;
Methods
minor
get minor(): number;
Returns
parse(version)
Parse a version string and throw an exception on failure
static parse(version: string): Version;
Parameters
version
Returns
toString()
Convert to string
toString(): string;