Export additional function

This commit is contained in:
Yarmo Mackenbach 2022-03-03 16:25:14 +01:00
parent 9d69a80cf4
commit 98ef14f131
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -52,7 +52,7 @@ export function generatePageTitle(type, data) {
} }
// Copied from https://github.com/openpgpjs/wkd-client/blob/0d074519e011a5139a8953679cf5f807e4cd2378/src/wkd.js // Copied from https://github.com/openpgpjs/wkd-client/blob/0d074519e011a5139a8953679cf5f807e4cd2378/src/wkd.js
function encodeZBase32(data) { export function encodeZBase32(data) {
if (data.length === 0) { if (data.length === 0) {
return ""; return "";
} }