UNPKG

@rushstack/heft

Version:

Build all your JavaScript projects the same way: A way that works.

10 lines 747 B
"use strict"; // 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._MetricsCollector = exports.HeftConfiguration = void 0; var HeftConfiguration_1 = require("./configuration/HeftConfiguration"); Object.defineProperty(exports, "HeftConfiguration", { enumerable: true, get: function () { return HeftConfiguration_1.HeftConfiguration; } }); var MetricsCollector_1 = require("./metrics/MetricsCollector"); Object.defineProperty(exports, "_MetricsCollector", { enumerable: true, get: function () { return MetricsCollector_1.MetricsCollector; } }); //# sourceMappingURL=index.js.map