aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/test/array/of/implement.js
blob: 0b1f5c8f89c8ae30e332069daf8d6ae5b6d4b963 (plain)
1
2
3
4
5
6
7
"use strict";

var isImplemented = require("../../../array/of/is-implemented");

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