UNPKG

styled-components-test-utils

Version:

Test utils for styled-components compatible with jest, expect, chai and jasmine

10 lines (8 loc) 193 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var isServer = function isServer() { return typeof document === 'undefined'; }; exports['default'] = isServer;