UNPKG

@nx-dotnet/utils

Version:

This library was generated with [Nx](https://nx.dev).

10 lines 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rimraf = rimraf; const rimrafExternal = require("rimraf"); async function rimraf(path) { return new Promise((resolve) => rimrafExternal(path, () => { resolve(); })); } //# sourceMappingURL=rimraf.js.map