UNPKG

@o3r/workspace

Version:

Workspace tooling of the Otter Framework

7 lines 289 B
import { type Rule } from '@angular-devkit/schematics'; /** * Clean files generated to standalone SDK * @param targetPath Path where the SDK has been generated */ export declare function cleanStandaloneFiles(targetPath: string): Rule; //# sourceMappingURL=clean-standalone.rule.d.ts.map