summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/node_modules/es6-weak-map/node_modules/es5-ext/array/#/copy-within/index.js
blob: bb89d0b87934d13d6873a68f5cbd8285981cf310 (plain)
1
2
3
4
'use strict';

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