The TypeScript standard library
Moved Typed-Prelude
I've begun to rewrite Typed into a much larger project that addresses problem spaces not covered here. It's still quite early, and has little to no documentation, but the intention is to build the project up and hopefully even a community around it! If you're interested in helping please let me know!
There are many single purpose packages that make up Typed
.
@typed/either
-- Well-typed and functionalEither
@typed/functions
-- Collection of functions for working with functions@typed/future
-- Well-typed and functionalFuture
@typed/lenses
-- Well-typed functional lenses@typed/list
-- ImmutableList
for TypeScript@typed/logic
-- Well-typed functions for performing logic@typed/math
-- Well-typed functions for performing math@typed/maybe
-- Well-typed and functionalMaybe
@typed/objects
-- Collection of object-related functions@typed/prelude
-- Re-exports other@typed
packages@typed/strings
-- Collection of string manipulation functions