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