| Current Path : /var/www/html/eform/npm/Ladda/node_modules/underscore.string/ |
| Current File : /var/www/html/eform/npm/Ladda/node_modules/underscore.string/include.js |
var makeString = require('./helper/makeString');
module.exports = function include(str, needle) {
if (needle === '') return true;
return makeString(str).indexOf(needle) !== -1;
};