UNPKG

@launchdarkly/js-server-sdk-common-edge

Version:
16 lines 570 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const crypto_1 = __importDefault(require("./crypto")); const requests_1 = __importDefault(require("./requests")); class EdgePlatform { constructor(info) { this.crypto = new crypto_1.default(); this.requests = new requests_1.default(); this.info = info; } } exports.default = EdgePlatform; //# sourceMappingURL=index.js.map