Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-semver
/
semver
/
major
major
external
fun
major
(
version
:
String
)
:
Int
(
source
)
external
fun
major
(
version
:
String
,
optionsOrLoose
:
Boolean
=
definedExternally
)
:
Int
(
source
)
external
fun
major
(
version
:
String
,
optionsOrLoose
:
Options
=
definedExternally
)
:
Int
(
source
)
external
fun
major
(
version
:
SemVer
)
:
Int
(
source
)
external
fun
major
(
version
:
SemVer
,
optionsOrLoose
:
Boolean
=
definedExternally
)
:
Int
(
source
)
external
fun
major
(
version
:
SemVer
,
optionsOrLoose
:
Options
=
definedExternally
)
:
Int
(
source
)
Return the major version number.