This website works better with JavaScript
Главная
Обзор
Помощь
Вход
kevin
/
anissah
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
738b5ee333
Ветки
Метки
master
anissah
/
user
/
themes
/
anissabensalah
/
node_modules
/
es5-ext
/
math
/
cbrt
/
index.js
index.js
97 B
История
Исходник
1
2
3
4
5
"use strict";
module.exports = require("./is-implemented")()
? Math.cbrt
: require("./shim");