UNPKG

cluedin-widget

Version:

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

4 lines (3 loc) 139 B
'use strict'; var canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement); export { canUseDOM };