Add-On Documentation
Preparing search index...
The search index is not available
8Crafter's Server Utilities API
8Crafter's Server Utilities API
Globals
modules
semver
minSatisfying
Function minSatisfying
minSatisfying
<
T
extends
string
|
Globals
.
modules
.
semver
.
SemVer
>
(
versions
:
readonly
T
[]
,
range
:
string
|
Globals
.
modules
.
semver
.
Range
,
optionsOrLoose
?:
|
boolean
|
../../../../AppData/Roaming/.minecraft_bedrock/installations/Main Release/packageData/development_behavior_packs/DebugSticksAndScreens/node_modules/@types/semver
.
RangeOptions
,
)
:
T
Return the lowest version in the list that satisfies the range, or null if none of them do.
Type Parameters
T
extends
string
|
Globals
.
modules
.
semver
.
SemVer
Parameters
versions
:
readonly
T
[]
range
:
string
|
Globals
.
modules
.
semver
.
Range
Optional
optionsOrLoose
:
|
boolean
|
../../../../AppData/Roaming/.minecraft_bedrock/installations/Main Release/packageData/development_behavior_packs/DebugSticksAndScreens/node_modules/@types/semver
.
RangeOptions
Returns
T
Version
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Add-On Documentation
8Crafter's Server Utilities API
Loading...
Return the lowest version in the list that satisfies the range, or null if none of them do.