( spec: ClientPluginSpec<TId>, )
| 267 | * (or named) export from `./client`. |
| 268 | */ |
| 269 | export const defineClientPlugin = <const TId extends string>( |
| 270 | spec: ClientPluginSpec<TId>, |
| 271 | ): ClientPluginSpec<TId> => spec; |
| 272 | |
| 273 | // --------------------------------------------------------------------------- |
| 274 | // createPluginAtomClient — typed reactive HTTP client for one plugin. |
no outgoing calls
no test coverage detected