11 lines
385 B
JavaScript
11 lines
385 B
JavaScript
// 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
|