• Jump To … +
    buffer.js json.js reconfigure.js string.js
  • string.js

  • ¶
    module.exports = function (previous, current) {
        var string = current.toString()
        return previous != string ? string : null
    }