This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
lhl
/
mz
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
4b44e80e6b
Ramos
Etiquetas
master
mz
/
node_modules
/
ali-oss
/
lib
/
common
/
utils
/
isFunction.ts
isFunction.ts
82 B
Histórico
Em bruto
1
2
3
export const isFunction = (v) : boolean => {
return typeof v === 'function';
};