diff --git a/Sources/Puredux/Store/StateStore.swift b/Sources/Puredux/Store/StateStore.swift index 790e795..00e2bd0 100644 --- a/Sources/Puredux/Store/StateStore.swift +++ b/Sources/Puredux/Store/StateStore.swift @@ -217,7 +217,7 @@ extension StateStore: AsyncActionsExecutor { // MARK: - Basic Transformations -extension StateStore { +public extension StateStore { /** Maps the state of the store to a new state of type `T`.