UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

10 lines (9 loc) 243 B
if (typeof window !== "undefined") { module.exports = window; } else if (typeof global !== "undefined") { module.exports = global; } else if (typeof self !== "undefined"){ module.exports = self; } else { module.exports = {}; }