This commit is contained in:
Vendicated 2023-12-02 17:14:36 +01:00
parent 40e7f992dd
commit b53b461c99
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -12,8 +12,8 @@ type ResolvePropDeep<T, P> = P extends `${infer Pre}.${infer Suf}`
? ResolvePropDeep<T[Pre], Suf>
: any
: P extends keyof T
? T[P]
: any;
? T[P]
: any;
/**
* The SettingsStore allows you to easily create a mutable store that