Skip to content

Commit

Permalink
Merge Master
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Oct 29, 2023
1 parent c4aff0a commit e021aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export function Parse<T extends TSchema>(schema: T, value: unknown): StaticDecod
const defaulted = Value.Default(schema, converted)
const decoded = Value.Decode(schema, defaulted)
return Value.Clean(schema, decoded)
}
}

0 comments on commit e021aaa

Please sign in to comment.