office-addin-manifest
Version:
Read and modify Office Add-in manifest files.
12 lines • 399 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