UNPKG

@necord/schematics

Version:

A collection of schematics for Necord projects with NestJS

4 lines (3 loc) 155 B
import { CommonOptions } from '../common'; import { Rule } from '@angular-devkit/schematics'; export declare function modal(options: CommonOptions): Rule;