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/test/array/#/find-index/implement.js
blob: 8d85e618ccd6bcc6e9b4559a7d287a7821f90ca0 (plain)
1
2
3
4
5
'use strict';

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

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