Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tylors/typed-unmaintained

The TypeScript Standard Library
https://github.com/tylors/typed-unmaintained

composition curried either functional future immutable lenses library list maybe standard typescript

Last synced: 11 days ago
JSON representation

The TypeScript Standard Library

Awesome Lists containing this project

README

        

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