Skip to content

Commit 4f498eb

Browse files
committed
make the typealias public
1 parent 142d6c7 commit 4f498eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/LDSwiftEventSource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import FoundationNetworking
88
import os.log
99
#endif
1010

11-
typealias HeaderTransform = ([String: String]) -> [String: String]
11+
public typealias HeaderTransform = ([String: String]) -> [String: String]
1212

1313
public class EventSource {
1414
private let esDelegate: EventSourceDelegate

0 commit comments

Comments
 (0)