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

      Type Parameters

      • T

        The item type (used for type narrowing).

      Parameters

      • datasource: unknown

        The datasource to check.

      Returns datasource is IInsertableDatasource<T>

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