UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

8 lines (7 loc) 537 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IntercomTimeoutError = exports.IntercomError = void 0; var IntercomError_1 = require("./IntercomError"); Object.defineProperty(exports, "IntercomError", { enumerable: true, get: function () { return IntercomError_1.IntercomError; } }); var IntercomTimeoutError_1 = require("./IntercomTimeoutError"); Object.defineProperty(exports, "IntercomTimeoutError", { enumerable: true, get: function () { return IntercomTimeoutError_1.IntercomTimeoutError; } });