HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: /var/www/indoadvisory_new/webapp/node_modules/@cloudflare/unenv-preset/dist/index.d.mts
import * as unenv from 'unenv';
import { Preset } from 'unenv';

/**
 * Creates the Cloudflare preset for the given compatibility date and compatibility flags
 *
 * @param compatibilityDate workerd compatibility date
 * @param compatibilityFlags workerd compatibility flags
 * @returns The cloudflare preset
 */
declare function getCloudflarePreset({ compatibilityDate, compatibilityFlags, }: {
    compatibilityDate?: string;
    compatibilityFlags?: string[];
}): Preset;

/**
 * @deprecated Use getCloudflarePreset instead.
 */
declare const cloudflare: unenv.Preset;

export { cloudflare, getCloudflarePreset };