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/#/fill/implement.js
blob: 2a01d2850a18a92cfcfaf1b484926b432e8ed994 (plain)
1
2
3
4
5
'use strict';

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

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