UNPKG

luda

Version:

A library helps to build cross-framework UI components.

9 lines (6 loc) 225 B
getEnv = -> if typeof document isnt 'undefined' return window if typeof window isnt 'undefined' return global if typeof global isnt 'undefined' throw new Error 'Unsupported environment!' export default getEnv()