piper-app/Piper/Sources/Logic/Extensions/Pipe+Computed.swift

18 lines
280 B
Swift

//
// 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) }
}