UNPKG

@fancyapps/ui

Version:

JavaScript UI Component Library

5 lines (4 loc) 177 B
/** * Detect if rendering from the client or the server */ export const canUseDOM = !!(typeof window !== "undefined" && window.document && window.document.createElement);