UNPKG

aureooms-js-integer

Version:

integer code bricks for JavaScript

8 lines (4 loc) 128 B
export function _chr ( x ) { if ( x < 10 ) return String.fromCharCode( 48 + x ) ; return String.fromCharCode( 87 + x ) ; }