An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Tyyppi

[![CI](https://github.com/sluukkonen/codec/actions/workflows/ci.yml/badge.svg)](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