# @skpm/promise

> A Promise polyfill for Sketch

Latest version **0.1.0** (published 2019-08-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install @skpm/promise
pnpm add @skpm/promise
yarn add @skpm/promise
bun add @skpm/promise
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2019-08-08 |
| First published | 2019-08-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 8.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Mathieu Dutour |
| Maintainers | mathieudutour |
| Keywords | sketch, module, process |

## Links

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

## Recent versions

- 0.1.0 (latest) — 2019-08-08

## README

# `Promise` for Sketch

A [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) polyfill for Sketch that uses `setImmediate` (which itself uses [fibers](https://developer.sketch.com/reference/api/#async)) and makes `process` emit `multipleResolves`, `unhandledRejection` and `uncaughtException` when it should.

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