Skip to content

Instantly share code, notes, and snippets.

@html5cat
Last active December 22, 2016 22:15
Show Gist options
  • Save html5cat/c59ab47a7547ea1a905b698bcf08a912 to your computer and use it in GitHub Desktop.
Save html5cat/c59ab47a7547ea1a905b698bcf08a912 to your computer and use it in GitHub Desktop.
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