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

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

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