/**
 * Cloudinary adapter entry for Yoot, exported as both a `default` and a `named` export.
 *
 * @module @yoot/cloudinary
 * @packageDocumentation
 * @public
 *
 * @example Default import
 * ```ts
 * import cloudinary from '@yoot/cloudinary';
 * ```
 *
 * @example Named import
 * ```ts
 * import {cloudinaryAdapter} from '@yoot/cloudinary';
 * ```
 */
export { adapter as cloudinaryAdapter, adapter as default } from './core/adapter.ts';
