Variable Consumable

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

Type declaration

  • [hasInstance]:function
    • Parameters

      • instance: unknown

      Returns instance is Consumable

Generated using TypeDoc