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