This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
karmen
/
core
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
c3e822b16f
Větve
Značky
master
core
/
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";
};