from-char-code.js 84 B

12345
  1. 'use strict'
  2. var fromCharCode = String.fromCharCode
  3. module.exports = fromCharCode