Open Issues Need Help
View All on GitHubAI Summary: Add a contributors section to the Valype project's documentation using the image generated by contrib.rocks. This involves updating the README.md file to include the image and potentially adding a brief description of the contributors section.
Valype = Validate + Type. Automatically generates runtime validators from TypeScript type definitions.
AI Summary: Refactor a section of the Valype project's getting started guide (lines 37-108 in `getting-started.md`) to improve code grouping and organization. This likely involves restructuring the code examples and explanations related to installing the plugin for various package managers (npm, yarn, pnpm, bun).
Valype = Validate + Type. Automatically generates runtime validators from TypeScript type definitions.
AI Summary: Implement `is*` type predicate APIs in the Valype project, as discussed in issue #26. This involves adding functions that act as type guards, allowing for runtime type checking based on the generated validators.
Valype = Validate + Type. Automatically generates runtime validators from TypeScript type definitions.