UNPKG

@bolt/build-tools

Version:

Curated collection of front-end build tools in the Bolt Design System.

10 lines (7 loc) 165 B
'use strict' const u = require('universalify').fromCallback const rimraf = require('./rimraf') module.exports = { remove: u(rimraf), removeSync: rimraf.sync }