This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
MTP2.0_GZ
/
wxappb2b
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
0e18c08d0f
Ramos
Etiquetas
master
wxappb2b
/
GuangZuan
/
node_modules
/
es5-ext
/
object
/
is-callable.js
is-callable.js
101 B
Histórico
Em bruto
1
2
3
4
5
// Deprecated
"use strict";
module.exports = function (obj) { return typeof obj === "function"; };