Files: efcf9fd06b02fa9bcd28681b4c777224e19702bb / test / rimraf-es5.js
130 bytesRaw
1 | ; |
2 | |
3 | const path = require('path'); |
4 | const rimraf = require('rimraf'); |
5 | rimraf.sync(path.join(__dirname, '../lib-es5/*')); |
6 |
Built with git-ssb-web
1 | ; |
2 | |
3 | const path = require('path'); |
4 | const rimraf = require('rimraf'); |
5 | rimraf.sync(path.join(__dirname, '../lib-es5/*')); |
6 |
Built with git-ssb-web