Last active
December 22, 2016 22:15
-
-
Save html5cat/c59ab47a7547ea1a905b698bcf08a912 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const {Feature} = require('other') | |
module.exports = new Feature({ | |
name: 'Teh', | |
dependencies: { | |
otherjs: '3.x', | |
}, | |
listeners: [{ | |
to: {words: ['The']}, | |
on() { | |
return {text: 'Teh'} | |
}, | |
}], | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment