spmjs

spm@3.x

Brand new static package manager for browser.

Getting Started 󰅴 Packages

graceful-readlink @1.0.1


graceful fs.readlink

spm install graceful-readlink@1.0.1

Version: 1.0.1 ~ stable

graceful-readlink

NPM Version NPM Downloads

Usage

var readlinkSync = require('graceful-readlink').readlinkSync;
console.log(readlinkSync(f));
// output
//  the file pointed to when `f` is a symbolic link
//  the `f` itself when `f` is not a symbolic link

Licence

MIT License