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