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

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

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