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

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