summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/#/contains/index.js
blob: abb3e3730bf103f19c986cde8630c842f5550d83 (plain)
1
2
3
4
5
'use strict';

module.exports = require('./is-implemented')()
	? String.prototype.contains
	: require('./shim');