(
name?: string,
options?: WorkerStubEntrypointOptions,
)
| 3693 | } |
| 3694 | interface WorkerStub { |
| 3695 | getEntrypoint<T extends Rpc.WorkerEntrypointBranded | undefined>( |
| 3696 | name?: string, |
| 3697 | options?: WorkerStubEntrypointOptions, |
| 3698 | ): Fetcher<T>; |
no outgoing calls
no test coverage detected