UNPKG

maycur-business

Version:

maycur business react components of web

12 lines (10 loc) 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = _char; // Copyright 2015-2018 FormBucket LLC // CHAR convert number into character (e.g 65 => 'A') function _char(number) { return String.fromCharCode(number); }