UNPKG

@simplito/privmx-webendpoint

Version:

PrivMX Web Endpoint library

17 lines (14 loc) 628 B
"use strict"; /*! PrivMX Web Endpoint. Copyright © 2024 Simplito sp. z o.o. This file is part of the PrivMX Platform (https://privmx.dev). This software is Licensed under the PrivMX Free License. See the License for the specific language governing permissions and limitations under the License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Endpoint = void 0; // import {EndpointFactory} from './Main'; const EndpointFactory_1 = require("./service/EndpointFactory"); Object.defineProperty(exports, "Endpoint", { enumerable: true, get: function () { return EndpointFactory_1.EndpointFactory; } });