UNPKG

ngrx-uml

Version:
7 lines (6 loc) 204 B
import { GeneratorOptions } from '../services'; export declare class ModulesService { private options; constructor(options: GeneratorOptions); generate(filesPattern: string): Promise<void>; }