UNPKG

@kiwicom/smart-faq

Version:

12 lines (8 loc) 234 B
// @flow // COPIED FROM https://github.com/kiwicom/stopovers/blob/master/etc/helpers.js export function isBrowser() { return typeof window !== 'undefined'; } export function isServer() { return typeof window === 'undefined'; }