Files
huishou/node_modules/core-js/es/math/log1p.js
T
2026-07-27 14:07:26 +08:00

6 lines
133 B
JavaScript

'use strict';
require('../../modules/es.math.log1p');
var path = require('../../internals/path');
module.exports = path.Math.log1p;