|
|
const SUCCESSFUL_COMPILATION_MESSAGE = 'Compiled successfully.';
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
SUCCESSFUL_COMPILATION_MESSAGE,
|
||
|
|
};
|