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
  • maxSatisfying

Function maxSatisfying

  • maxSatisfying<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 highest 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
    • OptionaloptionsOrLoose:
          | boolean
          | ../../../../AppData/Roaming/.minecraft_bedrock/installations/Main Release/packageData/development_behavior_packs/DebugSticksAndScreens/node_modules/@types/semver.RangeOptions

    Returns T

    • Defined in ../../../../AppData/Roaming/.minecraft_bedrock/installations/Main Release/packageData/development_behavior_packs/DebugSticksAndScreens/node_modules/@types/semver/ranges/max-satisfying.d.ts:8

Settings

Member Visibility
Add-On Documentation
8Crafter's Server Utilities API
  • Loading...

Generated using TypeDoc