# isTypeScriptFile

**Kind:** Function

**Source:** [`atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts#L476)

Check if a file is a TypeScript file

## Signature

```ts
function isTypeScriptFile(filePath: string): boolean
```

## Parameters

| Name | Type |
|---|---|
| `filePath` | `string` |

**Returns:** `boolean`
