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