Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React
QOS-React
/
packages
/
react-devtools-shell
/
constants.js
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
js
5 lines
122 Bytes
Copy permalink
Copy
Raw
1
const
SUCCESSFUL_COMPILATION_MESSAGE
=
'
Compiled successfully.
'
;
2
3
module
.
exports
=
{
4
SUCCESSFUL_COMPILATION_MESSAGE
,
5
};