UNPKG

@angular/cli

Version:
7 lines (6 loc) 197 B
export declare function insideProject(): boolean; export interface ProjectDetails { root: string; configFile?: string; } export declare function getProjectDetails(): ProjectDetails | null;