Files
Arbitrate-FrontendH5/node_modules/core-js/es/math/cbrt.js
T

6 lines
131 B
JavaScript
Raw Normal View History

2024-01-18 10:46:33 +08:00
'use strict';
require('../../modules/es.math.cbrt');
var path = require('../../internals/path');
module.exports = path.Math.cbrt;