8 lines
389 B
JavaScript
8 lines
389 B
JavaScript
"use strict";
|
|
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the MIT license.
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.AbortError = void 0;
|
|
var AbortError_js_1 = require("./AbortError.js");
|
|
Object.defineProperty(exports, "AbortError", { enumerable: true, get: function () { return AbortError_js_1.AbortError; } });
|
|
//# sourceMappingURL=index.js.map
|