UNPKG

inspired-server

Version:
4 lines (3 loc) 95 B
String.prototype.uppercaseFirst = -> @charAt(0).toUpperCase() + @slice(1) module.exports = {}