Skip to content

Commit 33dc938

Browse files
committed
expose defaults suite to clients
1 parent f7c4e43 commit 33dc938

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/UserDefault/UserDefault.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import Foundation
33
@propertyWrapper public struct UserDefault<Value> where Value: DefaultsValueConvertible {
44
public let key: String
55
public let defaultValue: Value
6-
7-
private let defaults: UserDefaults
6+
public let defaults: UserDefaults
87

98
public var wrappedValue: Value {
109
didSet {

0 commit comments

Comments
 (0)