UNPKG

unico-js

Version:

A Javascript library to interact with the UNICO API.

5 lines 201 B
import { UnicoClient } from './client'; export default UnicoClient; export type { Agent } from './types/Agent'; export type { Completion } from './types/Completion'; //# sourceMappingURL=index.d.ts.map