UNPKG

@necord/schematics

Version:

A collection of schematics for Necord projects with NestJS

4 lines (3 loc) 185 B
import { Rule } from '@angular-devkit/schematics'; import { ComponentOptions } from './component-options.interface'; export declare function component(options: ComponentOptions): Rule;