UNPKG

@nestjs/schematics

Version:

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

13 lines (12 loc) 260 B
import { Path } from '@angular-devkit/core'; export interface ParseOptions { name: string; path?: string; } export interface Location { name: string; path: Path; } export declare class NameParser { parse(options: ParseOptions): Location; }