## MedplumClient.isProjectAdmin() method

Returns true if the current user is authenticated as a project admin.

**Signature:**

```typescript
isProjectAdmin(): boolean;
```

**Returns:**

boolean

True if the current user is authenticated as a project admin.
