This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
karmen
/
core
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
153b4a53f5
Branches
Tags
master
core
/
node_modules
/
es5-ext
/
test
/
math
/
expm1
/
is-implemented.js
is-implemented.js
80 B
Verlauf
Originalformat
1
2
3
4
5
"use strict";
module.exports = function (t, a) {
a(typeof t(), "boolean");
};