UNPKG

to-style

Version:

Convert style objects to style strings

7 lines (5 loc) 167 B
'use strict' var objectHasOwn = Object.prototype.hasOwnProperty module.exports = function(object, propertyName){ return objectHasOwn.call(object, propertyName) }