UNPKG

@o3r/pipeline

Version:

A package that provides toolchain related helpers.

8 lines 287 B
import { Rule } from '@angular-devkit/schematics'; import type { NgAddSchematicsSchema } from './schema'; /** * Add an Otter CI pipeline to an Angular project * @param options */ export declare const ngAdd: (options: NgAddSchematicsSchema) => Rule; //# sourceMappingURL=index.d.ts.map