UNPKG

@ckeditor/ckeditor5-utils

Version:

Miscellaneous utilities used by CKEditor 5.

11 lines (10 loc) 335 B
/** * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ declare const version = "45.1.0"; export default version; export declare const releaseDate: Date; declare global { var CKEDITOR_VERSION: string; }