renderer.js 66 B

12345
  1. module.exports = {
  2. async render() {
  3. return this.input
  4. }
  5. }