UNPKG

@ngneat/cmdk

Version:

<p align="center"> <img width="20%" height="20%" src="./src/assets/ngneat%20cdk.svg"> </p>

4 lines (3 loc) 246 B
import { WorkspaceProject } from '@schematics/angular/utility/workspace-models'; /** Looks for the main TypeScript file in the given project and returns its path. */ export declare const getProjectMainFile: (project: WorkspaceProject) => string;