UNPKG

spiritjs

Version:

The animation toolkit for the web

7 lines (6 loc) 166 B
"use strict"; exports.__esModule = true; exports.isBrowser = isBrowser; function isBrowser() { return typeof window === 'object' && typeof document === 'object'; }