Files: 67c0e15a98a66eb99db2251478505d6f3d37535c / test / test-50-module-parent / test-y-fish-C.js
142 bytesRaw
1 | ; |
2 | |
3 | var path = require('path'); |
4 | var mpfn = module.parent.filename; |
5 | module.exports = mpfn.split(path.sep).slice(-2).join(path.sep); |
6 |
Built with git-ssb-web