/** * This Source Code is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * Copyright (c) Infonomic Company Limited */ export { copySingletonToLocale } from './copy-to-locale.js'; export { resolveSingletonDocumentId } from './internals.js'; export { restoreSingletonVersion } from './restore.js'; export { updateSingleton } from './update.js'; export type { CopySingletonToLocaleParams } from './copy-to-locale.js'; export type { SingletonSaveResult } from './internals.js'; export type { RestoreSingletonVersionResult } from './restore.js'; export type { UpdateSingletonParams, UpdateSingletonResult } from './update.js';