Function isModelStatic

  • Returns true if the value is a model subclass.

    Type Parameters

    • M extends Model<any, any, M>

    Parameters

    • val: any

      The value whose type will be checked

    Returns val is ModelStatic<M>

Generated using TypeDoc