From e2a2235d46883238224866b4c7909e10a44cd8c2 Mon Sep 17 00:00:00 2001 From: Felix Herrmann Date: Mon, 6 Sep 2021 18:29:58 +0200 Subject: [PATCH] linked Stored supported types --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2c5f54..3d0f14c 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Download the files in the [Sources](https://github.com/FelixHerrmann/FHPropertyW A property wrapper which reads and writes the wrapped value in the `UserDefaults` store. It supports all the types that are allowed by `UserDefaults`. +Check all the supported types [here](https://github.com/FelixHerrmann/FHPropertyWrappers/blob/master/Sources/FHPropertyWrappers/Stored/Storable%2BSupportedTypes.swift). ```swift @Stored("string") var string = ""