UNPKG

@nestjs/cli

Version:

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

9 lines (8 loc) 287 B
import { AbstractRunner } from './abstract.runner.js'; /** * Runs the `mau` executable from `@nestjs/mau` through the current Node * binary, mirroring how the schematics CLI is invoked. */ export declare class MauRunner extends AbstractRunner { constructor(binaryPath: string); }