12 lines
399 B
JavaScript
12 lines
399 B
JavaScript
"use strict";
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT license.
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ManifestHandler = void 0;
|
|
class ManifestHandler {
|
|
constructor(manifestPath) {
|
|
this.manifestPath = manifestPath;
|
|
}
|
|
}
|
|
exports.ManifestHandler = ManifestHandler;
|
|
//# sourceMappingURL=manifestHandler.js.map
|