0.1.0 • Published 5 years ago
fromis v0.1.0
fromis
A simple promise implementation (~300Byte)

Install
npm i fromisUMD
<script src="http://unpkg.com/fromis">Example
import fromis from 'fromis'
const promise = fromis((resolve, reject) => { /* ... */ })
.then(/* ... */)
.catch(/* ... */)License
MIT