UNPKG

cluedin-widget

Version:

This is the project for creating and managing widgets in CluedIn.

5 lines (4 loc) 175 B
'use strict'; exports.__esModule = true; var canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement); exports.canUseDOM = canUseDOM;