UNPKG

440 BJavaScriptView Raw
1var invoker =
2/*#__PURE__*/
3require("./invoker");
4/**
5 * The upper case version of a string.
6 *
7 * @func
8 * @memberOf R
9 * @since v0.9.0
10 * @category String
11 * @sig String -> String
12 * @param {String} str The string to upper case.
13 * @return {String} The upper case version of `str`.
14 * @see R.toLower
15 * @example
16 *
17 * R.toUpper('abc'); //=> 'ABC'
18 */
19
20
21var toUpper =
22/*#__PURE__*/
23invoker(0, 'toUpperCase');
24module.exports = toUpper;
\No newline at end of file