# @promises/core

> Core is package from Promises library

Latest version **0.5.0** (published 2018-07-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install @promises/core
pnpm add @promises/core
yarn add @promises/core
bun add @promises/core
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.5.0 |
| Published | 2018-07-16 |
| First published | 2017-06-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 86.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Yisrael Eliev |
| Maintainers | yisraelx |
| Keywords | promise, promises, utilities, utility, utils, modules, modular, async, await, deferred |

## Links

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

## 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

- 0.5.0 (latest) — 2018-07-16
- 0.3.1 — 2018-03-05
- 0.3.0 — 2018-03-05
- 0.2.0 — 2017-09-20
- 0.1.0 — 2017-06-24

## README

# @promises/core
[![Source Code](https://img.shields.io/badge/%3C%2F%3E-source_code-blue.svg)](https://github.com/yisraelx/promises/blob/master/modules/core)
[![Version](https://img.shields.io/npm/v/@promises/core.svg)](https://www.npmjs.com/package/@promises/core)
[![MIT License](https://img.shields.io/npm/l/@promises/core.svg)](https://github.com/yisraelx/promises/blob/master/LICENSE)
[![Bundle Size](https://img.shields.io/bundlephobia/min/@promises/core.svg)](https://bundlephobia.com/result?p=@promises/core)

**Core is package from Promises library**

## Use

**Module**
```sh
$ npm install --save @promises/core
```
```typescript
import {
 Promises,
 default as Promises
} from '@promises/core';
```

**Browser**
```html
<script src="https://unpkg.com/@promises/core/bundle.umd.min.js"></script>
```
```typescript
let {
 Promises
} = P;
```





## Compatibility
These modules are written in typescript and available in ES5 and ES6 standard, the requirements are a global __Promise__ (native or polyfill).

## License
Copyright © 2017 [Yisrael Eliav](https://github.com/yisraelx),
Licensed under the [MIT license](https://github.com/yisraelx/promises/blob/master/LICENSE).

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