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

      Type Parameters

      • T

        The item type (used for type narrowing).

      Parameters

      • datasource: unknown

        The datasource to check.

      Returns datasource is IFilterableDatasource<T>

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