Stone.js API
    Preparing search index...
    • Checks if the adapter matches the given alias or platform.

      This function evaluates whether the provided adapter alias or platform matches the current blueprint context. It returns true if either is empty, or if they match the blueprint's registered values.

      Parameters

      • blueprint: IBlueprint

        The blueprint to check against.

      • Optionalplatform: string

        The platform to match.

      • OptionaladapterAlias: string

        The adapter alias to match.

      Returns boolean

      True if the adapter matches, false otherwise.