Skip to content

Instantly share code, notes, and snippets.

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