UNPKG

290 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.InsightClient = void 0;
4var insightClient_1 = require("./insightClient");
5Object.defineProperty(exports, "InsightClient", { enumerable: true, get: function () { return insightClient_1.InsightClient; } });