• Checks if an object is an instance of a specific KOS data model type.

    Type Parameters

    • T extends IKosDataModel

    Parameters

    • type: string

      The type of the KOS data model to check against.

    Returns ((model) => model is T)

    A type guard function that checks if an object is an instance of the specified KOS data model type.

      • (model): model is T
      • Parameters

        • model: any

        Returns model is T