UNPKG

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