UNPKG

@o3r/workspace

Version:

Workspace tooling of the Otter Framework

7 lines 233 B
import { Rule } from '@angular-devkit/schematics'; /** * Add an Otter compatible SDK to a monorepo * @param options Schematic options */ export declare const generateSdk: (options: any) => Rule; //# sourceMappingURL=index.d.ts.map