summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/math/trunc/index.js
blob: 0b0f9b2ac9388234c7fb4782330a0fb4809b847e (plain)
1
2
3
4
5
'use strict';

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