UNPKG

176 BJavaScriptView Raw
1import toString from './to-string';
2var upperCase = function (str) {
3 return toString(str).toUpperCase();
4};
5export default upperCase;
6//# sourceMappingURL=upper-case.js.map
\No newline at end of file