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