Sha256: d2bf613f37886015eec0fb04cdc250a8034739425ef8d1f432dc8ac3de77b927
Contents?: true
Size: 263 Bytes
Versions: 62
Compression:
Stored size: 263 Bytes
Contents
/* */ 'use strict'; var $def = require('./$.def'), context = require('./$.string-context'); $def($def.P, 'String', {includes: function includes(searchString) { return !!~context(this, searchString, 'includes').indexOf(searchString, arguments[1]); }});
Version data entries
62 entries across 31 versions & 1 rubygems