UNPKG

to-style

Version:

Convert style objects to style strings

7 lines (6 loc) 164 B
'use strict' module.exports = function(value){ return value.length? value.charAt(0).toUpperCase() + value.substring(1): value }