UNPKG

@necord/schematics

Version:

A collection of schematics for Necord projects with NestJS

4 lines (3 loc) 194 B
import { ContextMenuOptions } from './context-menu-options.interface'; import { Rule } from '@angular-devkit/schematics'; export declare function contextMenu(options: ContextMenuOptions): Rule;