# resolve-async

> Typed async resolve function

Latest version **1.0.1** (published 2017-05-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install resolve-async
pnpm add resolve-async
yarn add resolve-async
bun add resolve-async
```

## 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 | 2017-05-25 |
| First published | 2017-05-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | James Kyle |
| Maintainers | thejameskyle |

## Links

- npm: https://www.npmjs.com/package/resolve-async
- Repository: https://github.com/thejameskyle/resolve-async
- Homepage: https://github.com/thejameskyle/resolve-async#readme
- Issues: https://github.com/thejameskyle/resolve-async/issues
- npm.io page: https://npm.io/package/resolve-async

## Dependencies (2)

- [resolve](https://npm.io/package/resolve.md) ^1.3.3
- [typeable-promisify](https://npm.io/package/typeable-promisify.md) ^1.0.1

## Recent versions

- 1.0.1 (latest) — 2017-05-25
- 1.0.0 — 2017-05-25

## README

# resolve-async

> Typed async [resolve](https://github.com/substack/node-resolve) function

```js
// @flow
import resolveAsync from 'resolve-async';

resolveAsync('./file.js', { basedir: __dirname }).then(filePath => {
  console.log(filePath); // "/path/to/file.js"
});
```

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