From 2956ec3f2b5e66e64d9415f4d8419125b19a4ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Thu, 2 Mar 2017 21:10:40 -0800 Subject: [PATCH] feat(get): export hasContent --- get.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/get.js b/get.js index 803c6db..f097382 100644 --- a/get.js +++ b/get.js @@ -152,3 +152,5 @@ function info (cache, key, opts) { return index.find(cache, key) } } + +module.exports.hasContent = read.hasContent