( spec: ClientPluginSpec<TId>, )
| 343 | * (or named) export from `./client`. |
| 344 | */ |
| 345 | export const defineClientPlugin = <const TId extends string>( |
| 346 | spec: ClientPluginSpec<TId>, |
| 347 | ): ClientPluginSpec<TId> => spec; |
| 348 | |
| 349 | // --------------------------------------------------------------------------- |
| 350 | // createPluginAtomClient — typed reactive HTTP client for one plugin. |
no outgoing calls
no test coverage detected