Files: cfc8d49135488f7554210234b3a503c2dbd6c6a5 / test / test-50-node-modules-tree / node_modules / test-y-fish-P / index.js
148 bytesRaw
1 | ; |
2 | |
3 | var fs = require('fs'); |
4 | var path = require('path'); |
5 | module.exports = fs.readFileSync(path.join(__dirname, 'test-y-fish-P'), 'utf8'); |
6 |
Built with git-ssb-web