UNPKG

ndc-suez

Version:

Generate standard ndc UI

8 lines (7 loc) 220 B
import { Rule } from '@angular-devkit/schematics'; export declare function ndcMatlab(options: ParamsSchema): Rule; export interface ParamsSchema { sourcePath: string; destinationPath: string; spec: string; }