UNPKG

@glodon-aiot/agent-cli-sdk

Version:

aiot agent client js sdk

12 lines (11 loc) 316 B
import { configuration as t, configure as r } from "./Config.mjs"; import { default as a } from "./BotClient.mjs"; import { default as i } from "./Session.mjs"; import { default as l } from "./AgentPlugin.mjs"; export { l as AgentPlugin, a as BotClient, i as Session, t as configuration, r as configure };