Skip to content

Commit 2956ec3

Browse files
committed
feat(get): export hasContent
1 parent 5910f8a commit 2956ec3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

get.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,5 @@ function info (cache, key, opts) {
152152
return index.find(cache, key)
153153
}
154154
}
155+
156+
module.exports.hasContent = read.hasContent

0 commit comments

Comments
 (0)