@rushstack/node-core-library
Version:
Core libraries that every NodeJS toolchain project should use
8 lines • 530 B
JavaScript
;
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
Object.defineProperty(exports, "__esModule", { value: true });
exports.polyfillDisposeSymbols = void 0;
var polyfillDisposeSymbols_1 = require("./polyfillDisposeSymbols");
Object.defineProperty(exports, "polyfillDisposeSymbols", { enumerable: true, get: function () { return polyfillDisposeSymbols_1.polyfillDisposeSymbols; } });
//# sourceMappingURL=index.js.map