This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
follow-up
/
follow_applet
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
c68092f4a6
Gałęzie
Tagi
master
follow_applet
/
node_modules
/
es5-ext
/
math
/
trunc
/
index.js
index.js
96 B
Historia
Czysty
1
2
3
"use strict";
module.exports = require("./is-implemented")() ? Math.trunc : require("./shim");