UNPKG

maycur-business

Version:

maycur business react components of web

12 lines (10 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = upper; // Copyright 2015-2018 FormBucket LLC // UPPER converts a string to upper case function upper(string) { return string.toUpperCase(); }