@inlang/result
v1.1.0
Published
A result type that is used throughout the inlang codebase.
Downloads
89,448
Readme
@inlang/result
A result type that is used throughout the inlang codebase.
Design Principles
- Plain TypeScript types, no runtime overhead, no imports required, high DX.
- Utility functions provide extra functionality.
- No dependencies.