Fix prettier formatting

This commit is contained in:
Evan Simkowitz
2024-05-28 12:12:28 -07:00
parent cdaa85f92f
commit c49050f6ed
35 changed files with 13225 additions and 249 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ function base64ToArray(b64: string): Uint8Array {
return rtnArr;
}
export { base64ToString, stringToBase64, base64ToArray };
export { base64ToArray, base64ToString, stringToBase64 };