Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.4/underscore.string/helper/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.4/underscore.string/helper/adjacent.js

var makeString = require('./makeString');

module.exports = function adjacent(str, direction) {
  str = makeString(str);
  if (str.length === 0) {
    return '';
  }
  return str.slice(0, -1) + String.fromCharCode(str.charCodeAt(str.length - 1) + direction);
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists