Common CKEditor 4 integration utilities.
npm install ckeditor4-integrations-commonThis package implements common utility modules for integration projects.
Install the package via npm:
```
npm install ckeditor4-integrations-common
Import specific utility in your module:
`js`
import { getEditorNamespace } from 'ckeditor4-integrations-common';
Run tests by executing:
``
npm run test
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
Licensed under the terms of any of the following licenses at your
choice:
* GNU General Public License Version 2 or later,
* GNU Lesser General Public License Version 2.1 or later,
* Mozilla Public License Version 1.1 or later (the "MPL").
For full details about the license, please check the LICENSE.md` file.