aslilac / succulent

Powerful and easy runtime type checking
MIT License
32 stars 1 forks source link

Partial `$record` option #4

Open aslilac opened 2 years ago

aslilac commented 2 years ago

Should not require all keys of iterable keySchema, and should assert an appropriate type.

Would Partial<Record<K, V>> be right?