UNPKG

sugar-language

Version:

Language module for the Sugar Javascript utility library.

9 lines (6 loc) 155 B
'use strict'; var chr = require('../../common/var/chr'); function shiftChar(str, n) { return chr(str.charCodeAt(0) + n); } module.exports = shiftChar;