Spaces:
Runtime error
Runtime error
; | |
var value = require("../../object/valid-value"); | |
module.exports = function () { | |
var str = String(value(this)); | |
return str.charAt(0).toUpperCase() + str.slice(1); | |
}; | |