UNPKG

@angular-devkit/build-angular

Version:
3 lines (2 loc) 199 B
export declare function findUp(names: string | string[], from: string, stopOnNodeModules?: boolean): string | null; export declare function findAllNodeModules(from: string, root?: string): string[];