@ckeditor/ckeditor5-integrations-common
Version:
This package implements common utility modules for integration projects.
8 lines (7 loc) • 352 B
TypeScript
import { LicenseKeyVersion } from '../license/LicenseKey.js';
/**
* Returns information about the installed CKEditor version and the supported license version.
*
* @returns The supported license version or `null` if the CKEditor version is unknown.
*/
export declare function getSupportedLicenseVersionInstallationInfo(): LicenseKeyVersion | null;