Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/klntsky/purescript-deasync

∀a. Aff a → Effect a (using deasync, NodeJS only)
https://github.com/klntsky/purescript-deasync

Last synced: 5 days ago
JSON representation

∀a. Aff a → Effect a (using deasync, NodeJS only)

Awesome Lists containing this project

README

        

# purescript-deasync

Bindings to [deasync](https://github.com/abbr/deasync). NodeJS only.

Don't forget to run `npm install deasync`.

# API

#### `deasync`

``` purescript
deasync :: forall a. (Effect (Promise a)) -> Effect a
```

#### `deasyncAff`

``` purescript
deasyncAff :: forall a. Aff a -> Effect a
```