UNPKG

@rxdi/schematics

Version:

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