Este sitio web funciona mejor con JavaScript
Inicio
Explorar
Yoda
Portal
Forum
Ayuda
Iniciar sesión
jpsp91
/
ZipTeamPurple-FrontEnd
Seguir
1
Destacar
0
Cuchillo
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Activity
Front end of the Slack clone application.
22
Commits
5
Ramas
Árbol:
ce1a7e7bf1
dev
easypeasy
jp
master
nmaidanos
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde 'ce1a7e7bf1'
${ noResults }
ZipTeamPurple-FrontEnd
/
node_modules
/
es5-ext
/
object
/
is-callable.js
is-callable.js
102B
Histórico
Original
1
2
3
4
5
6
7
8
// Deprecated
"use strict";
module.exports = function (obj) {
return typeof obj === "function";
};