Blame view

node_modules/commondir/example/base.js 131 Bytes
f7563de62   Palak Handa   first commit
1
2
3
  var commondir = require('commondir');
  var dir = commondir('/foo/bar', [ '../baz', '../../foo/quux', './bizzy' ])
  console.log(dir);