UNPKG

243 BJavaScriptView Raw
1"use strict";
2exports.__esModule = true;
3var to_string_1 = require("./to-string");
4var lowerCase = function (str) {
5 return to_string_1["default"](str).toLowerCase();
6};
7exports["default"] = lowerCase;
8//# sourceMappingURL=lower-case.js.map
\No newline at end of file