in lib/is.js [11:17]
after: function (data, options) { if (options.at == null) { return true; } return options.at === (data[0] === '@'); }