summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/node_modules/es6-map/node_modules/es5-ext/test/array/#/splice/implement.js
blob: 0d9f46188b528b499abab481151d53499a72ec05 (plain)
1
2
3
4
5
'use strict';

var isImplemented = require('../../../../array/#/splice/is-implemented');

module.exports = function (a) { a(isImplemented(), true); };