Refactor Schema utility functions such as omit
, pick
, and partial
to preserve the recursive capability of ObjectType
, while adding a required
utility function.
#257
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 2 | |
updates: | |
- package-ecosystem: 'npm' | |
directory: '/' | |
schedule: | |
interval: 'weekly' | |
labels: | |
- 'npm' | |
- 'dependencies' | |
versioning-strategy: increase | |
- package-ecosystem: 'npm' | |
directory: 'examples' | |
schedule: | |
interval: 'weekly' | |
labels: | |
- 'npm' | |
- 'dependencies' | |
versioning-strategy: increase |