This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
andrea
/
karmen
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
ad8e44b17b
Větve
Značky
master
karmen
/
node_modules
/
es5-ext
/
object
/
is-callable.js
is-callable.js
102 B
Historie
Surový
1
2
3
4
5
6
7
// Deprecated
"use strict";
module.exports = function (obj) {
return typeof obj === "function";
};