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

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