# @most/types

> Reactive programming with lean, functions-only, curried, tree-shakeable API

Latest version **1.1.0** (published 2020-09-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install @most/types
pnpm add @most/types
yarn add @most/types
bun add @most/types
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2020-09-30 |
| First published | 2017-04-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 414 |
| Author | brian@hovercraftstudios.com |
| Maintainers | tylors, briancavalier, davidchase, most |
| Keywords | reactive, reactive programming, events, event stream, promise, promises, monad, monadic, functional, async |

## Links

- npm: https://www.npmjs.com/package/@most/types
- Repository: https://github.com/mostjs/core
- Homepage: https://github.com/mostjs/core#readme
- Issues: https://github.com/mostjs/core/issues
- npm.io page: https://npm.io/package/@most/types

## Alternatives

- [@commercetools/sync-actions](https://npm.io/package/@commercetools/sync-actions.md) — 25.1K weekly downloads
- [cwait](https://npm.io/package/cwait.md) — 21.4K weekly downloads
- [@ledgerhq/hw-app-cosmos](https://npm.io/package/@ledgerhq/hw-app-cosmos.md) — 4.2K weekly downloads
- [@financial-times/o-loading](https://npm.io/package/@financial-times/o-loading.md) — 2.8K weekly downloads
- [fa](https://npm.io/package/fa.md) — 185 weekly downloads

## Recent versions

- 1.1.0 (latest) — 2020-09-30
- 1.0.0-beta.1 (beta) — 2017-11-03
- 1.0.2 — 2019-06-25
- 1.0.1 — 2018-07-25
- 1.0.0 — 2017-11-07
- 1.0.0-beta.0 — 2017-10-25
- 0.11.1 — 2017-09-05
- 0.11.0 — 2017-08-24
- 0.10.0 — 2017-07-12
- 0.9.1 — 2017-06-21
- 0.9.0 — 2017-06-21
- 0.8.0 — 2017-06-12
- 0.5.0 — 2017-05-04
- 0.4.1 — 2017-04-20
- 0.4.0 — 2017-04-09

## README

```
________________________________
___   |/  /_  __ \_  ___/__  __/
__  /|_/ /_  / / /____ \__  /   
_  /  / / / /_/ /____/ /_  /    
/_/  /_/  \____/______/ /_/
```

# Monadic Event Stream

[![MostJS](https://circleci.com/gh/mostjs/core.svg?style=svg)](https://circleci.com/gh/mostjs/core)
[![Join the chat at https://gitter.im/cujojs/most](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cujojs/most?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

High-performance reactive event stream programming that powers [Most](https://github.com/cujojs/most).

Specifically, `@most/core` features Most's battle-tested, high-performance architecture in a leaner, functions-only, *curried* API in a *tree-shakeable* package.

* [API docs](https://mostcore.readthedocs.io)
* [Get it](#get-it)
* [Examples](examples)
* [Packages](PACKAGES.md)
* [Contribute](#contribute)

## Get it

```
npm install --save @most/core @most/scheduler

yarn add @most/core @most/scheduler
```

## Contribute

After cloning the repository

```
npm install --legacy-peer-deps
```

### Running the Tests

```
npm test
```

---
_Source: https://npm.io/package/@most/types · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
