For the complete documentation index, see llms.txt. This page is also available as Markdown.

isInstalled

Determines if the Encryptor Extension is installed.

Usage

const isInstalled = await encryptorExtension.isInstalled();

Returns

Promise<boolean>

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

Last updated