* Get the Feathers service instance for a path. This will * be the service originally registered with Feathers functionality * like hooks and events added. * * @param path The name of the service.
(
path: L
)
| 290 | * @param path The name of the service. |
| 291 | */ |
| 292 | service<L extends keyof Services & string>( |
| 293 | path: L |
| 294 | ): FeathersService<this, keyof any extends keyof Services ? Service : Services[L]> |
| 295 |
no outgoing calls