You need to sign in or sign up before continuing.
index.js 165 Bytes
Newer Older
Lalita's avatar
Lalita committed
1 2 3 4 5 6 7 8 9
'use strict'

const u = require('universalify').fromCallback
const rimraf = require('./rimraf')

module.exports = {
  remove: u(rimraf),
  removeSync: rimraf.sync
}