Security update to Drupal 8.4.6
[yaffs-website] / node_modules / underscore.string / pred.js
1 var adjacent = require('./helper/adjacent');
2
3 module.exports = function succ(str) {
4   return adjacent(str, -1);
5 };