aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/test/math/log2/implement.js
blob: 43bdf43601b793c01c475baf3089023b71ec4f24 (plain)
1
2
3
4
5
6
7
"use strict";

var isImplemented = require("../../../math/log2/is-implemented");

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