( spec: ClientPluginSpec<TId>, )
| 283 | * (or named) export from `./client`. |
| 284 | */ |
| 285 | export const defineClientPlugin = <const TId extends string>( |
| 286 | spec: ClientPluginSpec<TId>, |
| 287 | ): ClientPluginSpec<TId> => spec; |
| 288 | |
| 289 | // --------------------------------------------------------------------------- |
| 290 | // createPluginAtomClient — typed reactive HTTP client for one plugin. |
no outgoing calls
no test coverage detected