# then-nodeify

> nodeify from then/Promise, all by itself

Latest version **1.0.1** (published 2016-11-06) · WTFPL license · 0 weekly downloads

## Install

```sh
npm install then-nodeify
pnpm add then-nodeify
yarn add then-nodeify
bun add then-nodeify
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2016-11-06 |
| First published | 2015-09-22 |
| Weekly downloads | 0 |
| License | WTFPL |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | TehShrike |
| Maintainers | tehshrike |
| Keywords | promise, then, denodeify, nodeify |

## Links

- npm: https://www.npmjs.com/package/then-nodeify
- Repository: https://github.com/TehShrike/then-nodeify
- Homepage: https://github.com/TehShrike/then-nodeify#readme
- Issues: https://github.com/TehShrike/then-nodeify/issues
- npm.io page: https://npm.io/package/then-nodeify

## Alternatives

- [@clerk/clerk-expo](https://npm.io/package/@clerk/clerk-expo.md) — 133.6K weekly downloads
- [@pothos/plugin-authz](https://npm.io/package/@pothos/plugin-authz.md) — 12.4K weekly downloads
- [@bounded-sh/client](https://npm.io/package/@bounded-sh/client.md) — 3.2K weekly downloads
- [@luigi-project/plugin-auth-oauth2](https://npm.io/package/@luigi-project/plugin-auth-oauth2.md) — 2.3K weekly downloads
- [@nocobase/plugin-verification](https://npm.io/package/@nocobase/plugin-verification.md) — 2.0K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2016-11-06
- 1.0.0 — 2015-09-22

## README

Copied straight from https://github.com/then/promise/blob/master/src/node-extensions.js but without anything else attached.

[![Build Status](https://travis-ci.org/TehShrike/then-nodeify.svg)](https://travis-ci.org/TehShrike/then-nodeify)

Converts a function that returns a promise into one that calls an error-first callback when the promise is resolved.

```js
var nodeify = require('nodeify')

var doThing = nodeify(functionThatReturnsAPromise)

doThing('/tmp/butts', function(err, results) {

})
```

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