UNPKG

139 BJavaScriptView Raw
1var fs = require('fs');
2var path = require('path');
3var html = fs.readFileSync(require.resolve('aaa/wow.txt'), 'utf8');
4console.log(html);