UNPKG

@vulog/aima-client

Version:

```bash npm i @vulog/aima-client ```

5 lines (3 loc) 141 B
import getClient from './getClient'; export type { ClientOptions, Client, ClientError, Store, Token } from './types'; export { getClient };