UNPKG

@ckeditor/ckeditor5-integrations-common

Version:

This package implements common utility modules for integration projects.

9 lines (8 loc) 333 B
import { CKVersion } from '../utils/version/isCKVersion.js'; /** * Checks if the CKEditor CDN is supported by the given editor version. * * @param version The CKEditor version. * @returns `true` if the CDN is supported, `false` otherwise. */ export declare function isCKCdnSupportedByEditorVersion(version: CKVersion): boolean;