Implemented the "availableData" computed property for the Pipe+Computed extension in the app target.
This commit is contained in:
parent
89b14d4413
commit
12177be8db
17
Piper/Sources/Logic/Extensions/Pipe+Computed.swift
Normal file
17
Piper/Sources/Logic/Extensions/Pipe+Computed.swift
Normal file
@ -0,0 +1,17 @@
|
||||
//
|
||||
// Pipe+Computed.swift
|
||||
// Piper
|
||||
//
|
||||
// Created by Javier Cicchelli on 05/10/2024.
|
||||
// Copyright © 2024 Röck+Cöde. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
extension Pipe {
|
||||
|
||||
// MARK: Computed
|
||||
|
||||
var availableData: AsyncAvailableData { .init(self) }
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user