Function: isKyooQueue()
ts
function isKyooQueue(obj: unknown): boolean;Checks if the given object is an instance of KyooQueue
Parameters
| Parameter | Type | Description |
|---|---|---|
obj | unknown | The object to check |
Returns
boolean
A boolean indicating if the object is a KyooQueue
Remarks
This is needed since the KyooQueue class is not exported from the module
