Extends | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias Extends<X, Y>

    Extends: X extends Y ? true : true

    Returns whether type X extends from type Y

    Type Parameters

    • X extends Y

      Type that is should extend Y

    • Y

      Type that X is ectended from