| 8 | process.env && |
| 9 | process.env.NODE_ENV === 'production' |
| 10 | const isString = o => Object.prototype.toString.call(o) === '[object String]' |
| 11 | |
| 12 | export default class StyleSheet { |
| 13 | constructor({ name = 'stylesheet', optimizeForSpeed = isProd } = {}) { |
no outgoing calls
no test coverage detected
searching dependent graphs…