/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
ext
/
string_
/
includes
/
/var/www/greso.tech/server/nsm/node_modules/ext/string_/includes
mkdir
upload
Name
Size
Mode
Actions
implementation.js
177
0644
edit
dl
rm
index.js
123
0644
edit
dl
rm
is-implemented.js
200
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/ext/string_/includes/implementation.js
(177B)
"use strict"; var indexOf = String.prototype.indexOf; module.exports = function (searchString/*, position*/) { return indexOf.call(this, searchString, arguments[1]) > -1; };
Save
"use strict"; var indexOf = String.prototype.indexOf; module.exports = function (searchString/*, position*/) { return indexOf.call(this, searchString, arguments[1]) > -1; };