.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / es / math / index.js
1 require('../../modules/es.math.acosh');
2 require('../../modules/es.math.asinh');
3 require('../../modules/es.math.atanh');
4 require('../../modules/es.math.cbrt');
5 require('../../modules/es.math.clz32');
6 require('../../modules/es.math.cosh');
7 require('../../modules/es.math.expm1');
8 require('../../modules/es.math.fround');
9 require('../../modules/es.math.hypot');
10 require('../../modules/es.math.imul');
11 require('../../modules/es.math.log10');
12 require('../../modules/es.math.log1p');
13 require('../../modules/es.math.log2');
14 require('../../modules/es.math.sign');
15 require('../../modules/es.math.sinh');
16 require('../../modules/es.math.tanh');
17 require('../../modules/es.math.to-string-tag');
18 require('../../modules/es.math.trunc');
19 var path = require('../../internals/path');
20
21 module.exports = path.Math;