UNPKG

styled-components-test-utils

Version:

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

14 lines (10 loc) 290 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _styledComponents = require('styled-components'); // styled-components >=2.0.0 var isOverV2 = function isOverV2() { return Boolean(_styledComponents.ServerStyleSheet); }; exports['default'] = isOverV2;