UNPKG

@rxdi/schematics

Version:

4 lines (3 loc) 166 B
import { Rule } from '@angular-devkit/schematics'; import { ProviderOptions } from './provider.schema'; export declare function main(options: ProviderOptions): Rule;