Amazon Vinyl
Preparing search index...
@amazon/vinyl-util
Version
Interface Version
An object representing a version.
interface
Version
{
build
:
number
|
null
;
major
:
number
;
minor
:
number
|
null
;
patch
:
number
|
null
;
str
:
string
;
}
Index
Properties
build
major
minor
patch
str
Properties
Readonly
build
build
:
number
|
null
Readonly
major
major
:
number
Readonly
minor
minor
:
number
|
null
Readonly
patch
patch
:
number
|
null
Readonly
str
str
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
build
major
minor
patch
str
Amazon Vinyl
Loading...
An object representing a version.