This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
YG-GROUP
/
youngee_b_api
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
e2f2f5399d
Ramos
Etiquetas
XxY
develop
develop-ljl
develop-zhou
ljl
master
yk_V3.0
youngee_b_api
/
node_modules
/
vinyl
/
lib
/
isNull.js
isNull.js
55 B
Histórico
Em bruto
1
2
3
module.exports = function(v) {
return v === null;
};