[Feature] Persistence #5

Merged
javier merged 8 commits from feature/persistence into main 2023-04-17 23:12:12 +00:00
Showing only changes of commit 7fd501f909 - Show all commits

View File

@ -0,0 +1,18 @@
//
// URL+Devices.swift
// Persistence
//
// Created by Javier Cicchelli on 17/04/2023.
// Copyright © 2023 Röck+Cöde. All rights reserved.
//
import Foundation
public extension URL {
// MARK: Properties
/// URL to a virtual device in which any data written vanishes or disappear.
static let bitBucket = URL(fileURLWithPath: "/dev/null")
}