UNPKG

prejss

Version:

Get the power of PostCSS with plugins in your JSS styles. 🎨 Just put CSS into JS and get it as JSS object.

9 lines (7 loc) • 188 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (obj) { return typeof obj === 'function' && typeof obj.then === 'function'; };