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