(...args: Parameters<Interface["add"]>)
| 261 | } |
| 262 | |
| 263 | export async function add(...args: Parameters<Interface["add"]>) { |
| 264 | return runPromise((svc) => svc.add(...args)) |
| 265 | } |
| 266 | |
| 267 | export async function which(...args: Parameters<Interface["which"]>) { |
| 268 | return runPromise((svc) => svc.which(...args)) |
no test coverage detected