UNPKG

340 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var tslib_1 = require("tslib");
4var to_string_1 = (0, tslib_1.__importDefault)(require("./to-string"));
5var upperCase = function (str) {
6 return (0, to_string_1.default)(str).toUpperCase();
7};
8exports.default = upperCase;
9//# sourceMappingURL=upper-case.js.map
\No newline at end of file