UNPKG

@microsoft/sp-webpart-base

Version:

SharePoint Framework support for building web parts

11 lines 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isAmplifyHostType = void 0; /** * @internal */ function isAmplifyHostType(hostType) { return !!hostType && hostType.indexOf('CanvasWebPartHost.Amplify') !== -1; } exports.isAmplifyHostType = isAmplifyHostType; //# sourceMappingURL=isAmplifyHostType.js.map