UNPKG

to-style

Version:

Convert style objects to style strings

8 lines (5 loc) 154 B
'use strict' var objectToString = Object.prototype.toString module.exports = function(v) { return objectToString.apply(v) === '[object Function]' }