| 1 | import { describe, expect, it, vi } from "vitest"; |
| 2 | import { v, validateReturn, type ServiceValidator } from "../src/internal/core.js"; |
| 3 | |
| 4 | // RpcPromise stand-in: a callable proxy with `.then` (what isRpcPromiseLike keys on); pipelined methods hang off the function. |
nothing calls this directly
no test coverage detected