Kind: Function
Source: atloria-monorepo/apps/parser-orchestrator/test/integration/helpers/test-utils.ts
Get files by extension from a project
Signature
tsfunction getProjectFilesByExtension(projectPath: string, extensions: string[]): string[]
Parameters
| Name | Type |
|---|---|
projectPath | string |
extensions | string[] |
Returns: string[]
Was this page helpful?