# isInstalled

Determines if the Encryptor Extension is installed.

### Usage

```ts
const isInstalled = await encryptorExtension.isInstalled();
```

### Returns

`Promise<boolean>`

A promise that resolves to true if the Encryptor Extension is installed, otherwise false.
