UNPKG

mysterium-vpn-js

Version:
15 lines (14 loc) 432 B
"use strict"; /** * Copyright (c) 2020 BlockDev AG * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.parseLocation = void 0; // eslint-disable-next-line @typescript-eslint/no-explicit-any function parseLocation(data) { return data; } exports.parseLocation = parseLocation;