chore: update shim-fs

This commit is contained in:
calebboyd
2018-07-31 11:32:34 -05:00
parent 966f8b4d51
commit ea93e16f40
3 changed files with 244 additions and 176 deletions
+3
View File
@@ -0,0 +1,3 @@
console.log('hello world')
const fs = require('fs')
console.log(fs.existsSync('./README.md'))