UNPKG

unico-js

Version:

A Javascript library to interact with the UNICO API.

8 lines (4 loc) 169 B
import { UnicoClient } from './client'; export default UnicoClient; export type { Agent } from './types/Agent'; export type { Completion } from './types/Completion';