Variable ConstraintScope

ConstraintScope: {
    [hasInstance](instance) => instance is ConstraintScope;
}

Type declaration

  • [hasInstance]:function
    • Parameters

      • instance: unknown

      Returns instance is ConstraintScope

Generated using TypeDoc