summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/node_modules/es6-map/node_modules/es5-ext/math/sign/index.js
blob: b2326333432fcb0110772eea18887edbf2adfdf5 (plain)
1
2
3
4
5
'use strict';

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