Variable Creatable

Creatable: {
    [hasInstance]<T>(instance) => instance is Creatable<T>;
}

Type declaration

  • [hasInstance]:function
    • Type Parameters

      • T

      Parameters

      • instance: unknown

      Returns instance is Creatable<T>

Generated using TypeDoc