Files
powerpoint-toolbox/node_modules/office-addin-manifest/lib/manifestHandler/manifestHandler.js
T
2025-03-07 19:22:02 +01:00

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