Files: 65191f9a9664f013ebe726bb95a1a54b086e1bd5 / 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