Kind: Function
Source: atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts
Extract the component name from a file path
Signature
tsfunction extractComponentNameFromPath(filePath: string): string
Parameters
| Name | Type |
|---|---|
filePath | string |
Returns: string
Was this page helpful?