This website requires JavaScript.
Explore
Help
Sign In
wk450097098
/
mrr.sj.front
Watch
1
Star
0
Fork
You've already forked mrr.sj.front
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e79c8eda8a
mrr.sj.front
/
node_modules
/
ali-oss
/
lib
/
common
/
utils
/
checkEnv.ts
6 lines
94 B
TypeScript
Raw
Blame
History
export
function
checkEnv
(
msg
:
string
)
{
if
(
process
.
browser
)
{
console
.
warn
(
msg
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink