aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/math/trunc/index.js
blob: 94c02691a9cc86565ac647ed8723b1371551d683 (plain)
1
2
3
4
5
"use strict";

module.exports = require("./is-implemented")()
	? Math.trunc
	: require("./shim");