From 71fbcfda80ecea1a5419c7276293488cc8b1656a Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 23 Apr 2018 22:27:53 -0400 Subject: [PATCH] fix: add isNameValid to global exports --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index ff7b30f..24cab2a 100644 --- a/src/index.js +++ b/src/index.js @@ -20,6 +20,7 @@ export { normalizeURI, isURIValid, isURIClaimable, + isNameValid } from 'lbryURI'; // actions