string-chr

Return a string of one character whose ASCII code is the integer.


Keywords
string, chr, node
License
MIT
Install
npm install string-chr@0.0.6

Documentation

string-chr

NPM

Return a string of one character whose ASCII code is the integer.

var chr = require('string-chr');

chr(65); // 'A'
chr(97); // 'a'