Typed
The TypeScript standard library
## Moved [Typed-Prelude](https://github.com/TylorS/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!
## Packages
There are many single purpose packages that make up `Typed`.
- [`@typed/either`](./packages/either) -- Well-typed and functional `Either`
- [`@typed/functions`](./packages/functions) -- Collection of functions for working with functions
- [`@typed/future`](./packages/future) -- Well-typed and functional `Future`
- [`@typed/lenses`](./packages/lenses) -- Well-typed functional lenses
- [`@typed/list`](./packages/list) -- Immutable `List` for TypeScript
- [`@typed/logic`](./packages/logic) -- Well-typed functions for performing logic
- [`@typed/math`](./packages/math) -- Well-typed functions for performing math
- [`@typed/maybe`](./packages/maybe) -- Well-typed and functional `Maybe`
- [`@typed/objects`](./packages/objects) -- Collection of object-related functions
- [`@typed/prelude`](./packages/prelude) -- Re-exports other `@typed` packages
- [`@typed/strings`](./packages/strings) -- Collection of string manipulation functions