Skip to content
/ fs-cmp Public

Package for determining if a given set of paths point to the same file

License

Notifications You must be signed in to change notification settings

0xch4z/fs-cmp

Repository files navigation

fs-cmp Build Status Greenkeeper badge

Easily determine if a given set of paths point to the same file.

import fsCmp from 'fs-cmp';

/**
 *
 * given:
 *   original_file
 *   └── symlink
 *       └── deep_symlink
 */
await fsCmp('original_file', 'symlink', 'deep_symlink'); // => true

About

Package for determining if a given set of paths point to the same file

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published