Class Version
- 네임스페이스
- easyar.ema
ema 버전입니다.
Version
주의 사항
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.
속성
build
get build(): number;
major
get major(): number;
메서드
minor
get minor(): number;
반환 값
parse(version)
버전 문자열을 파싱하고 실패 시 예외를 throw합니다
static parse(version: string): Version;
매개 변수
version
반환 값
toString()
string으로 변환
toString(): string;