UNPKG

ember-introjs

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