UNPKG

@ckeditor/ckeditor5-integrations-common

Version:

This package implements common utility modules for integration projects.

9 lines (8 loc) 335 B
import { CKCdnVersion } from '../cdn/ck/isCKCdnVersion.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: CKCdnVersion): boolean;