playlist-entry-validator/app.js
Maciej Pędzich a7cd7ae762 Hello, World!
2022-09-11 19:54:16 +02:00

4 lines
104 B
JavaScript

module.exports = (app) => {
app.onAny((context) => console.log(JSON.stringify(context, null, 2)));
};