Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Prelude Ts | 364 | 2 | 8 | a month ago | 8 | May 27, 2022 | 16 | isc | TypeScript | |
Functional programming, immutable collections and FP constructs for typescript and javascript | ||||||||||
Typed | 123 | 3 | 12 | 3 years ago | 7 | April 25, 2019 | 21 | mit | TypeScript | |
The TypeScript Standard Library | ||||||||||
Kantan | 2 | 7 years ago | other | Java | ||||||
More core libraries for Java 8+ |
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 functional Either
@typed/functions
-- Collection of functions for working with functions@typed/future
-- Well-typed and functional Future
@typed/lenses
-- Well-typed functional lenses@typed/list
-- Immutable List
for TypeScript@typed/logic
-- Well-typed functions for performing logic@typed/math
-- Well-typed functions for performing math@typed/maybe
-- Well-typed and functional Maybe
@typed/objects
-- Collection of object-related functions@typed/prelude
-- Re-exports other @typed
packages@typed/strings
-- Collection of string manipulation functions