Skip to content

Instantly share code, notes, and snippets.

@micheleriva
Created March 22, 2018 22:06
Show Gist options
  • Save micheleriva/6029202f27b2187d258f994c04d7ad6f to your computer and use it in GitHub Desktop.
Save micheleriva/6029202f27b2187d258f994c04d7ad6f to your computer and use it in GitHub Desktop.
const happy = [
{
input: "I am happy",
output: {happy: 1}
},
{
input: "I feel fine",
output: {happy: 1}
},
{
input: "What a good day!",
output: {happy: 1}
}
]
module.exports = happy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment