mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-14 01:24:26 +00:00
* - change ObjectSchema<T>.shape() to ObjectSchema<T>.shape<U>() - changed Schema.validate*() to accept any type - made declaration of Ref more restrictive - bumped definitions version * Addressed PR feedback: - refined `ObjectSchema.shape()` with `Shape<T, U>` - added a few more test cases * added `GulpZipOptions.modifiedTime`