Skip to content
Subhajit Sahu edited this page May 5, 2020 · 1 revision

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

var chr = require('@extra-string/chr');

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

extra-string

Clone this wiki locally