in lieu of: ``` typescript const proxy = newServiceProxy<Service>('./worker.ts') ``` also support: ``` typescript const proxy = newServiceProxy<Service>(() => { // worker code }) ```