This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
IT
/
discounts-minapp
Vigiar
2
Colocar Estrela
1
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
1b0d844ccb
Ramos
Etiquetas
2.0
guida
master
wj-guida
work
zzx
discounts-minap...
/
node_modules
/
ali-oss
/
lib
/
common
/
utils
/
checkEnv.ts
checkEnv.ts
94 B
Histórico
Em bruto
1
2
3
4
5
export function checkEnv(msg: string) {
if (process.browser) {
console.warn(msg);
}
}