Typed async resolve function
npm install resolve-async
> Typed async resolve function
``js// @flowimport resolveAsync from 'resolve-async';
js// @flowimport resolveAsync from 'resolve-async';
resolveAsync('./file.js', { basedir: __dirname }).then(filePath => { console.log(filePath); // "/path/to/file.js"});``