renamed
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
const info = (...params) => {
|
||||
console.log(...params);
|
||||
};
|
||||
|
||||
const error = (...params) => {
|
||||
console.error(...params);
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
info,
|
||||
error,
|
||||
};
|
||||
Reference in New Issue
Block a user