UNPKG

ember-introjs

Version:
6 lines (4 loc) 115 B
var adjacent = require('./helper/adjacent'); module.exports = function succ(str) { return adjacent(str, -1); };