@microsoft/mgt-spfx
Version:
SharePoint Framework library for Microsoft Graph Toolkit
16 lines • 605 B
JavaScript
/**
* -------------------------------------------------------------------------------------------
* 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