UNPKG

@ckeditor/ckeditor5-dev-utils

Version:
15 lines (12 loc) 495 B
/** * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */ 'use strict'; module.exports = { MultipleLanguageTranslationService: require( './multiplelanguagetranslationservice' ), findMessages: require( './findmessages' ), createDictionaryFromPoFileContent: require( './createdictionaryfrompofilecontent' ), cleanPoFileContent: require( './cleanpofilecontent' ), retryAsyncFunction: require( './retryasyncfunction' ) };