UNPKG

@ckeditor/ckeditor5-dev-utils

Version:
12 lines (9 loc) 267 B
/** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */ 'use strict'; module.exports = { createEntryFile: require( './createentryfile' ), getLicenseBanner: require( './getlicensebanner' ) };