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

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

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