Accessing Service Functions Directly Without Yielding
hey is there a way I can directly access functions on a service without yielding the service, so
instead of
Can I somehow do
instead of
Can I somehow do
const myService = yield* MyService;
myService.someFunc()yield* MyService.someFunc()