UNPKG

@nestjs/schematics

Version:

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

5 lines (4 loc) 175 B
import { DeclarationOptions } from './module.declarator'; export declare class ModuleMetadataDeclarator { declare(content: string, options: DeclarationOptions): string; }