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