UNPKG

nestx-schematics

Version:

another schematic collection with different style-set of official nestjs/nest

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