UNPKG

@microsoft/mgt-spfx

Version:
16 lines 605 B
/** * ------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. * See License in the project root for license information. * ------------------------------------------------------------------------------------------- */ var MgtLibrary = /** @class */ (function () { function MgtLibrary() { } MgtLibrary.prototype.name = function () { return 'MgtLibrary'; }; return MgtLibrary; }()); export { MgtLibrary }; //# sourceMappingURL=MgtLibrary.js.map