Skip to content

Instantly share code, notes, and snippets.

@juliangruber
Created September 28, 2016 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliangruber/85c49966b42549399f495b369797d9a8 to your computer and use it in GitHub Desktop.
Save juliangruber/85c49966b42549399f495b369797d9a8 to your computer and use it in GitHub Desktop.
index(feed, {
start: 0,
end: Infinity,
key: feed.key
}, function onentry (entry, cb) {
cb()
}, function ondone () {
})
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment