blob: 313c8e87e4598a30f948546efe214d87f724e82d [file] [log] [blame]
var adjacent = require('./helper/adjacent');
module.exports = function succ(str) {
return adjacent(str, 1);
};