fix: add isNameValid to global exports
This commit is contained in:
parent
8c8c937ea7
commit
71fbcfda80
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ export {
|
|||
normalizeURI,
|
||||
isURIValid,
|
||||
isURIClaimable,
|
||||
isNameValid
|
||||
} from 'lbryURI';
|
||||
|
||||
// actions
|
||||
|
|
Loading…
Reference in a new issue