UNPKG

azure-devops-node-api

Version:
13 lines (12 loc) 578 B
"use strict"; // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. Object.defineProperty(exports, "__esModule", { value: true }); exports.ServiceEndpointApi = void 0; const serviceendpointbasem = require("./ServiceEndpointApiBase"); class ServiceEndpointApi extends serviceendpointbasem.ServiceEndpointApiBase { constructor(baseUrl, handlers, options, userAgent) { super(baseUrl, handlers, options, userAgent); } } exports.ServiceEndpointApi = ServiceEndpointApi;