https://github.com/sluukkonen/tyyppi
An experimental TypeScript validation library
https://github.com/sluukkonen/tyyppi
Last synced: 2 months ago
JSON representation
An experimental TypeScript validation library
- Host: GitHub
- URL: https://github.com/sluukkonen/tyyppi
- Owner: sluukkonen
- Created: 2022-08-31T16:34:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T10:12:25.000Z (about 1 year ago)
- Last Synced: 2024-04-18T17:05:12.453Z (about 1 year ago)
- Language: TypeScript
- Size: 1.52 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tyyppi
[](https://github.com/sluukkonen/codec/actions/workflows/ci.yml)
## Goals
- Idiomatic and small TypeScript API
- Bidirectional decoding/encoding
- No external dependencies
- Good performance
- Lightweight, should tree-shake well
- Introspection for things like test data or OpenAPI generation
- Both machine and human-readable errors
- Good documentation