1/* istanbul ignore else -- @preserve */
2
3/* istanbul ignore else: This is always true because otherwise it would not register a reducer callback. -- @preserve */
4
5/* istanbul ignore file -- @preserve */
6
7/* istanbul ignore if -- @preserve */
8
9/* istanbul ignore if: paranoid check -- @preserve */
10
11/* istanbul ignore next -- @preserve */
12
13/* istanbul ignore next: static function definition -- @preserve */
14
15/**
16 * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
17 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
18 */
19