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

      Type Parameters

      • T

        The item type (used for type narrowing).

      Parameters

      • datasource: unknown

        The datasource to check.

      Returns datasource is IRemovableDatasource<T>

      true if datasource implements IRemovableDatasource<T>; false otherwise.