UNPKG

@nx/angular-rsbuild

Version:

Rsbuild Plugin for building Angular.

15 lines 687 B
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { HashFormat, OutputHashing } from '../models/plugin-options'; /** * Delete an output directory, but error out if it's the root of the project because * that would remove the entire project and could be dangerous. */ export declare function deleteOutputDir(root: string, outputPath: string, preserveDirs?: string[]): Promise<void>; export declare function getOutputHashFormat(outputHashing?: OutputHashing, length?: number): HashFormat; //# sourceMappingURL=helpers.d.ts.map