remorses/errore

Errors as values for TypeScript. Fully type safe error handling.

282Stars on the repository
2Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

errore

01

remorses/errore

Skill Claude CodeCodex

Go-style error handling for TypeScript. Functions return errors instead of throwing them — but instead of Go's two-value tuple (val, err), you return a single Error | T union. Instead of checking err != nil, you check instanceof Error. TypeScript narrows the type automatically. No wrapper types, no Result monads, just…

282 4mo ago A 192 tokens