6 lines
66 B
JavaScript
Raw Normal View History

2018-09-09 20:33:10 -04:00
module.exports = {
async render() {
return this.input
}
}