@theredhead — Frontend Library - v1.0.0
    Preparing search index...
    • Check if a datasource supports sorting.

      Type Parameters

      • T

        The item type (used for type narrowing).

      Parameters

      • datasource: unknown

        The datasource to check.

      Returns datasource is ISortableDatasource<T>

      True if datasource implements ISortableDatasource<T>; false otherwise.