chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
module.exports = (...arg) => {
|
||||
const timestamp = new Date().toISOString()
|
||||
console.log(`[${timestamp}] >`, ...arg)
|
||||
}
|
||||
Reference in New Issue
Block a user