Documented the StaticFile enumeration in the library target.

This commit is contained in:
2025-03-05 00:04:07 +01:00
parent 299a196fff
commit 996459c9f0
3 changed files with 44 additions and 2 deletions
@@ -1,6 +1,7 @@
extension String {
enum Format {
enum Path {
static let data = "/data/%@"
static let docs = "/docs/%@"
static let root = "/%@"
}