1.1.0 • Published 4 years ago

realpath-missing v1.1.0

Weekly downloads
1,395
License
MIT
Repository
github
Last release
4 years ago

realpath-missing

Canonicalize by following every symlink in every component of the given name recursively, without requirements on components existence

npm version

Installation

<npm|yarn|pnpm> add realpath-missing

Usage

'use strict'
const realpathMissing = require('realpath-missing')

console.log(await realpathMissing('package.json'))
//> /home/src/package.json

API

realpathMissing(path): Promise<path>

License

MIT © Zoltan Kochan