UNPKG

@nestjs/schematics

Version:

Nest - modern, fast, powerful node.js web framework (@schematics)

4 lines (3 loc) 171 B
import { Rule } from '@angular-devkit/schematics'; import type { GatewayOptions } from './gateway.schema.js'; export declare function main(options: GatewayOptions): Rule;