Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/klntsky/purescript-deasync
- Owner: klntsky
- Created: 2019-05-02T15:07:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T15:20:29.000Z (over 5 years ago)
- Last Synced: 2024-11-09T15:47:42.551Z (2 months ago)
- Language: PureScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```