We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be2e5c commit 57ecf41Copy full SHA for 57ecf41
Sources/YData/Extensions/String+Base64.swift
@@ -1,6 +1,6 @@
1
import Foundation
2
3
-extension String {
+public extension String {
4
var base64Decoded: String? {
5
guard let data = Data(base64Encoded: self) else { return nil }
6
return String(data: data, encoding: .utf8)
0 commit comments