0.1.15 #16

Merged
Thilawyn merged 12 commits from next into master 2024-09-04 00:33:45 +02:00
Showing only changes of commit 9348178b0f - Show all commits

View File

@@ -10,4 +10,4 @@ export const toJsonifiable = <
jsonifiableSchema: Schema.Schema<JsonifiableA, JsonifiableI, JsonifiableR>
) =>
<A, R>(decodedSchema: Schema.Schema<A, JsonifiableA, R>) =>
Schema.compose(jsonifiableSchema, decodedSchema)
Schema.compose(jsonifiableSchema, decodedSchema, { strict: true })