UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

5 lines (4 loc) 196 B
export * as Intercom from "./api"; export { IntercomClient } from "./Client"; export { IntercomEnvironment } from "./environments"; export { IntercomError, IntercomTimeoutError } from "./errors";