UNPKG

@microsoft/sp-webpart-base

Version:

SharePoint Framework support for building web parts

7 lines 193 B
/** * @internal */ export function isAmplifyHostType(hostType) { return !!hostType && hostType.indexOf('CanvasWebPartHost.Amplify') !== -1; } //# sourceMappingURL=isAmplifyHostType.js.map