UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

6 lines (5 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RUNTIME = void 0; var runtime_1 = require("./runtime"); Object.defineProperty(exports, "RUNTIME", { enumerable: true, get: function () { return runtime_1.RUNTIME; } });