Skip to content

Commit

Permalink
feat(get): export hasContent
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 3, 2017
1 parent 5910f8a commit 2956ec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions get.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,5 @@ function info (cache, key, opts) {
return index.find(cache, key)
}
}

module.exports.hasContent = read.hasContent

0 comments on commit 2956ec3

Please sign in to comment.