resolve-async
Typed async resolve function
Last updated 9 years ago by thejameskyle .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install resolve-async 
SYNC missed versions from official npm registry.

resolve-async

Typed async resolve function

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

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

Current Tags

  • 1.0.1                                ...           latest (9 years ago)

2 Versions

  • 1.0.1                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (2)
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |