realpath-missing
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

/realpath-missing/

    Package Sidebar

    Install

    npm i realpath-missing

    Weekly Downloads

    83,006

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    2.88 kB

    Total Files

    6

    Last publish

    Collaborators

    • zkochan