UNPKG

@huameow/schematics

Version:

huameow - modern, fast, powerful 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; }